slackbuilds_ponce/libraries/lua-zlib/README
Andrew Tkalia af22ac5723 libraries/lua-zlib: Added (streaming interface to zlib for Lua)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2013-04-27 19:34:12 -03:00

3 lines
191 B
Text

Simple streaming interface to zlib for Lua. Consists of two functions:
inflate and deflate. Both functions return "stream functions" (takes a
buffer of input and returns a buffer of output).