aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lua51-zlib/pkg-descr
blob: b6b3f89589606eb0d9710fc4560f6121bdef827e (plain) (blame)
1
2
3
4
5
6
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).

WWW: https://github.com/brimworks/lua-zlib/