mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
6b8450ab06
- While I'm here, fix space/tab Approved by: portmgr (blanket)
7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
lua-zlib is a simple streaming interface to zlib for the Lua Programming
|
|
Language. It consists of two functions: inflate and deflate. Both functions
|
|
return "stream functions" (takes a buffer of input and returns a buffer
|
|
of output).
|
|
|
|
WWW: https://github.com/brimworks/lua-zlib
|