slackbuilds/libraries/zziplib
B. Watson 984c47af33
libraries/zziplib: Simplify doinst.sh for mandb.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-21 07:32:15 +07:00
..
README
doinst.sh libraries/zziplib: Simplify doinst.sh for mandb. 2024-09-21 07:32:15 +07:00
slack-desc
zziplib.SlackBuild libraries/zziplib: Simplify doinst.sh for mandb. 2024-09-21 07:32:15 +07:00
zziplib.info libraries/zziplib: Updated for version 0.13.78. 2024-08-24 11:55:26 +07:00

README

zziplib (a lightweight zip library)

zziplib provides read access on zip archives and unpacked data. It
features an additional simplified API following the standard Posix API
for file access.

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.