summaryrefslogtreecommitdiff
path: root/archivers/lua-zlib/pkg-descr
blob: d5eb38c3cb86ed2da1f16debcc0582c48b0d9352 (plain)
1
2
3
4
lua-zlib is a simple streaming interface to zlib for the Lua Programming
Language. It consists of two functions: inflate and deflate. Both functions
return "stream functions" (takes a buffer of input and returns a buffer
of output).