brotli: Brotli (RFC7932) compression and decompression
Brotli (RFC7932) is a generic-purpose lossless compression algorithm suitable for HTTP compression that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.
This package provides a pure interface for compressing and
decompressing Brotli streams of data represented as lazy ByteStrings. A
monadic incremental interface is provided as well. This package
relies on Google's C implementation.
The following packages are based on this package and provide API support for popular streaming frameworks:
brotli-streams (for io-streams)
pipes-brotli (for pipes)
brotli-conduit (for conduit)
Downloads
- brotli-0.0.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.0.0.0, 0.0.0.1, 0.0.0.2, 0.0.0.3 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.9 && <5), bytestring (>=0.9.2 && <0.13), transformers (>=0.3.0.0 && <0.7) [details] |
| Tested with | ghc ==9.14.1, ghc ==9.12.2, ghc ==9.10.2, ghc ==9.8.4, ghc ==9.6.7, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2 |
| License | GPL-3.0-only |
| Copyright | (c) 2016, Herbert Valerio Riedel |
| Author | Herbert Valerio Riedel |
| Maintainer | https://github.com/haskell-hvr/brotli |
| Category | Codec, Compression |
| Home page | https://github.com/haskell-hvr/brotli |
| Bug tracker | https://github.com/haskell-hvr/brotli/issues |
| Source repo | head: git clone https://github.com/haskell-hvr/brotli.git |
| Uploaded | by AndreasAbel at 2025-09-01T20:48:22Z |
| Distributions | LTSHaskell:0.0.0.3, NixOS:0.0.0.2, Stackage:0.0.0.3 |
| Reverse Dependencies | 5 direct, 3 indirect [details] |
| Downloads | 2075 total (12 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2025-09-01 [all 1 reports] |