xref: /OK3568_Linux_fs/buildroot/package/lua-zlib/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LUA_ZLIB
2	bool "lua-zlib"
3	select BR2_PACKAGE_ZLIB
4	help
5	  Simple streaming interface to zlib for Lua.
6	  Consists of two functions: inflate and deflate.
7	  Both functions return "stream functions" (takes a buffer
8	  of input and returns a buffer of output).
9
10	  https://github.com/brimworks/lua-zlib
11