slackbuilds_ponce/libraries/zziplib/README
Larry Hajali 88ea2d178d libraries/zziplib: Updated for version 0.13.60.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-03-02 10:17:14 -03:00

5 lines
350 B
Text

The zziplib library is intentionally lightweight, it offers the ability
to easily extract data from files archived in a single zip file.
Applications can bundle files into a single zip archive and access them.
The implementation is based only on the (free) subset of compression with
the zlib algorithm which is actually used by the zip/unzip tools.