mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
af22ac5723
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
3 lines
191 B
Text
3 lines
191 B
Text
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).
|