mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
beb1c1fe19
Ports using USES=lua:module or lua:flavors will be flavored. A range of supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ) for ports not supporting all lua versions. USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of flavored lua ports, in a similar way as PHP or Python flavors. PR: 245038 Submitted by: andrew tao11 riddles org uk Reviewed by: mat, kevans, russ haley gmail com Approved by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D16494
7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
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
|