zlib

Compression and decompression in the gzip and zlib formats

Version on this page:0.6.2.1@rev:1
LTS Haskell 22.14:0.6.3.0@rev:4
Stackage Nightly 2024-03-28:0.6.3.0@rev:4
Latest on Hackage:0.7.0.0@rev:1

See all snapshots zlib appears in

BSD-3-Clause licensed and maintained by Duncan Coutts
This version can be pinned in stack with:zlib-0.6.2.1@sha256:d34ddf5fece4d1e9d471b5298f36335bb3cfe12cb5a1b8525c42f0b665382f45,4547

Module documentation for 0.6.2.1

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.