The zlib package
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.
Properties
| Versions | 0.2, 0.3, 0.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.5.0.0, 0.5.2.0, 0.5.3.1, 0.5.3.2, 0.5.3.3, 0.5.4.0, 0.5.4.1 |
|---|---|
| Dependencies | base (<2.0), bytestring (≥0.9) or base (≥2.0 & <2.2) or base (≥2.2), bytestring (≥0.9) |
| License | BSD3 |
| Copyright | (c) 2006-2008 Duncan Coutts |
| Author | Duncan Coutts <duncan@haskell.org> |
| Maintainer | Duncan Coutts <duncan@haskell.org> |
| Stability | provisional |
| Category | Codec |
| Upload date | Fri Feb 22 23:37:03 UTC 2008 |
| Uploaded by | DuncanCoutts |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8 |
| Distributions | Fedora: 0.5.4.0, NixOS: 0.5.4.1, Debian: 0.5.4.0, FreeBSD: 0.5.4.0 |
Modules
Downloads
- zlib-0.4.0.3.tar.gz (Cabal source package)
- package description (included in the package)