The zlib compression and decompression library https://www.zlib.net/
Go to file
2024-02-12 11:57:30 +01:00
libz-1.2.4-autotools.patch automatic version update by autodist [release 1.2.8-1mamba;Tue Apr 30 2013] 2024-01-06 06:15:42 +01:00
libz-1.2.4-missing_zutil_header.patch automatic version update by autodist [release 1.2.8-1mamba;Tue Apr 30 2013] 2024-01-06 06:15:42 +01:00
libz-1.2.5-gentoo.patch automatic version update by autodist [release 1.2.8-1mamba;Tue Apr 30 2013] 2024-01-06 06:15:42 +01:00
libz.spec automatic update by autodist [release 1.3.1-1mamba;Sun Feb 11 2024] 2024-02-12 11:57:30 +01:00
README.md automatic version update by autodist [release 1.2.8-1mamba;Tue Apr 30 2013] 2024-01-06 06:15:42 +01:00

libz

The zlib compression library provides in-memory compression and decompression functions, including integrity checks of the uncompressed data. This version of the library supports only one compression method (deflation), but other algorithms may be added later, which will have the same stream interface. The zlib library is used by many different system programs.