mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
350 B
Plaintext
7 lines
350 B
Plaintext
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.
|