bzlib

Compression and decompression in the bzip2 format

Version on this page:0.5.0.5@rev:1
LTS Haskell 22.14:0.5.2.0
Stackage Nightly 2024-03-29:0.5.2.0
Latest on Hackage:0.5.2.0

See all snapshots bzlib appears in

BSD-3-Clause licensed and maintained by Duncan Coutts
This version can be pinned in stack with:bzlib-0.5.0.5@sha256:f4aa556eeb465e19a3015b1e229b8ecd865767d579f36b2382090b986f5199b4,2016

Module documentation for 0.5.0.5

Depends on 2 packages(full list with versions):
Used by 2 packages in nightly-2019-09-04(full list with versions):

This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the bz2 C library so it has high performance.

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 bzip2 feature set.