zlib

Compression and decompression in the gzip and zlib formats

Version on this page:0.6.3.0@rev:2
LTS Haskell 23.24:0.7.1.0@rev:2
Stackage Nightly 2025-05-28:0.7.1.0@rev:2
Latest on Hackage:0.7.1.0@rev:2

See all snapshots zlib appears in

BSD-3-Clause licensed by Duncan Coutts
This version can be pinned in stack with:zlib-0.6.3.0@sha256:386dd93bc0352bf6ad5c6bca4dee0442b52d95b4c34e85901064f3eb05c81731,5367

Module documentation for 0.6.3.0

zlib CI Hackage

Compression and decompression in the gzip and zlib format

This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the zlib C library so it has high performance. It supports the zlib, gzip and raw compression formats.

It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full zlib feature set.