diff options
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 0000000000..fe0179ddc5 --- /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). |