Files
zlib/README.md
Silvan Calarco 9d61e1b9c1 update to 1.3.2
srpm renamed from libz to zlib [release 1.3.2-1mamba;Wed Mar 11 2026]
2026-03-11 10:51:24 +01:00

373 B

zlib

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.