slackbuilds_ponce/libraries/lua-zlib/README

4 lines
191 B
Text
Raw Normal View History

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