A library to extract data from files archived in a single zip file https://github.com/gdraheim/zziplib
Go to file
2024-01-06 06:16:40 +01:00
libzzip-0.13.59-ld-no-export-dynamic.patch patched to remove obsolete ld flags --export-dynamic [release 0.13.59-2mamba;Sat Aug 03 2013] 2024-01-06 06:16:39 +01:00
libzzip.spec update to 0.13.72 [release 0.13.72-1mamba;Sat Feb 27 2021] 2024-01-06 06:16:40 +01:00
README.md patched to remove obsolete ld flags --export-dynamic [release 0.13.59-2mamba;Sat Aug 03 2013] 2024-01-06 06:16:39 +01:00

libzzip

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.