diff options
author | Andrew Tkalia <anddt@yandex.ru> | 2013-04-27 19:34:12 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-27 19:34:12 -0300 |
commit | af22ac5723b5f473f5c6747bcedb417b3c867d48 (patch) | |
tree | 6d620e9f1a88fb234084811dac4390d147d20d2c /libraries/lua-zlib/slack-desc | |
parent | d12e5fc8389ca252417b8966fca4d47d97214a33 (diff) | |
download | slackbuilds-af22ac5723b5f473f5c6747bcedb417b3c867d48.tar.gz |
libraries/lua-zlib: Added (streaming interface to zlib for Lua)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/lua-zlib/slack-desc')
-rw-r--r-- | libraries/lua-zlib/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/lua-zlib/slack-desc b/libraries/lua-zlib/slack-desc new file mode 100644 index 0000000000..bb1ce350ef --- /dev/null +++ b/libraries/lua-zlib/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +lua-zlib: lua-zlib (Simple streaming interface to zlib for Lua) +lua-zlib: +lua-zlib: Simple streaming interface to zlib for Lua. Consists of two +lua-zlib: functions: inflate and deflate. Both functions return "stream +lua-zlib: functions" (takes a buffer of input and returns a buffer of output). +lua-zlib: +lua-zlib: +lua-zlib: +lua-zlib: +lua-zlib: +lua-zlib: |