diff options
author | Andrew Tkalia <anddt@yandex.ru> | 2013-04-27 19:34:12 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-27 19:34:12 -0300 |
commit | af22ac5723b5f473f5c6747bcedb417b3c867d48 (patch) | |
tree | 6d620e9f1a88fb234084811dac4390d147d20d2c /libraries/lua-zlib/README | |
parent | d12e5fc8389ca252417b8966fca4d47d97214a33 (diff) |
libraries/lua-zlib: Added (streaming interface to zlib for Lua)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/lua-zlib/README')
-rw-r--r-- | libraries/lua-zlib/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/lua-zlib/README b/libraries/lua-zlib/README new file mode 100644 index 000000000000..fe0179ddc52f --- /dev/null +++ b/libraries/lua-zlib/README @@ -0,0 +1,3 @@ +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). |