xref: /OK3568_Linux_fs/buildroot/package/zziplib/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ZZIPLIB
2	bool "zziplib"
3	select BR2_PACKAGE_ZLIB
4	help
5	  The zziplib provides read access to zipped files in a
6	  zip-archive, using compression based solely on free algorithms
7	  provided by zlib. It also provides a functionality to overlay
8	  the archive filesystem with the filesystem of the operating
9	  system environment.
10
11	  http://zziplib.sourceforge.net
12