zlib: Compression and decompression in the gzip and zlib formats
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This package provides a pure interface for compressing and
decompressing streams of data represented as lazy
ByteString
s. 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, 0.5.4.2, 0.6.0.0, 0.6.0.1, 0.6.0.2, 0.6.1.0, 0.6.1.1, 0.6.1.2, 0.6.2, 0.6.2.1, 0.6.2.2, 0.6.2.2, 0.6.2.3, 0.6.3.0 |
---|---|
Change log | changelog |
Dependencies | base (>=4 && <4.15), bytestring (>=0.9 && <0.11), ghc-prim [details] |
License | BSD-3-Clause |
Copyright | (c) 2006-2016 Duncan Coutts |
Author | Duncan Coutts <duncan@community.haskell.org> |
Maintainer | Duncan Coutts <duncan@community.haskell.org> |
Category | Codec |
Bug tracker | https://github.com/haskell/zlib/issues |
Source repo | head: git clone https://github.com/haskell/zlib.git |
Uploaded | by DuncanCoutts at 2020-08-02T11:44:06Z |
Modules
[Index]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
non-blocking-ffi | The (de)compression calls can sometimes take a long time, which prevents other Haskell threads running. Enabling this flag avoids this unfairness, but with greater overall cost. | Disabled |
pkg-config | Use | Disabled |
bundled-c-zlib | Use the bundled zlib C sources. Requires pkg-config to be False. For windows, this is the default. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- zlib-0.6.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees