slackbuilds/libraries/lua-zlib
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README libraries/lua-zlib: Added (streaming interface to zlib for Lua) 2013-04-27 19:34:12 -03:00
lua-zlib.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
lua-zlib.info libraries/lua-zlib: Fixed MD5SUM 2013-11-14 14:32:30 -06:00
slack-desc libraries/lua-zlib: Added (streaming interface to zlib for Lua) 2013-04-27 19:34:12 -03:00

README

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).