@hackage / bzlib

Compression and decompression in the bzip2 format

Latest0.5.2.0

About

Metadata

  • Last updated , by Bodigrim
  • License BSD-3-Clause
  • Maintained by: Duncan Coutts <duncan@community.haskell.org>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.8.2
  2. 9.6.4
  3. 9.4.8
  4. 9.2.8
  5. 9.0.2
  6. 8.10.7
  7. 8.8.4
  8. 8.6.5
  9. 8.4.4
  10. 8.2.2
  11. 8.0.2
  12. 7.10.3

Readme

bzlib Hackage

Compression and decompression in the bzip2 format

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.