2014-02-24 08:34:57 +01:00
|
|
|
config BR2_PACKAGE_LZLIB
|
|
|
|
bool "lzlib"
|
2016-03-09 23:18:18 +01:00
|
|
|
depends on BR2_PACKAGE_LUA
|
2017-04-22 19:17:58 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2014-02-24 08:34:57 +01:00
|
|
|
help
|
|
|
|
This package provides a library to access zlib library
|
|
|
|
functions and also to read/write gzip files using an
|
|
|
|
interface similar to the base io package.
|
|
|
|
|
2015-10-08 04:12:54 +02:00
|
|
|
https://github.com/LuaDist/lzlib
|