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 (≥3 & <5), bytestring (≥0.9 & <0.12) |
| License | BSD3 |
| Copyright | (c) 2006-2012 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/zlib/ |
| Upload date | Wed Sep 12 22:11:27 UTC 2012 |
| Uploaded by | DuncanCoutts |
| Built on | ghc-7.6 |
| 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.5.4.0.tar.gz (Cabal source package)
- package description (included in the package)