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