bzlib

Compression and decompression in the bzip2 format

Version on this page:0.5.0.5
LTS Haskell 22.13:0.5.1.0@rev:2
Stackage Nightly 2024-03-14: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:5cfa177d63cc699b312784ad7bfc8177d355d6d18ee9eda9f8623829f762fcaf,1951

Module documentation for 0.5.0.5

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2017-10-28(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.