From af22ac5723b5f473f5c6747bcedb417b3c867d48 Mon Sep 17 00:00:00 2001 From: Andrew Tkalia Date: Sat, 27 Apr 2013 19:34:12 -0300 Subject: libraries/lua-zlib: Added (streaming interface to zlib for Lua) Signed-off-by: Niels Horn --- libraries/lua-zlib/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libraries/lua-zlib/README (limited to 'libraries/lua-zlib/README') 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). -- cgit v1.2.3