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