6b8450ab06
- While I'm here, fix space/tab Approved by: portmgr (blanket)
6 lines
277 B
Text
6 lines
277 B
Text
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
|