The bzlib package
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.
Properties
| Versions | 0.2, 0.3, 0.4, 0.4.0.1, 0.4.0.3, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.0.4 |
|---|---|
| Dependencies | base (≥3 & <5), bytestring (≥0.9 & <0.11) |
| License | BSD3 |
| Copyright | (c) 2006-2011 Duncan Coutts |
| Author | Duncan Coutts <duncan@community.haskell.org> |
| Maintainer | Duncan Coutts <duncan@community.haskell.org> |
| Category | Codec |
| Source repository | darcs get http://code.haskell.org/bzlib/ |
| Upload date | Wed Oct 31 21:10:23 UTC 2012 |
| Uploaded by | DuncanCoutts |
| Built on | ghc-7.6 |
| Distributions | Debian: 0.5.0.4 |
Modules
- Codec
Downloads
- bzlib-0.5.0.4.tar.gz (Cabal source package)
- package description (included in the package)