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