brotli-streams: IO-Streams interface for Brotli (RFC7932) compression
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 an IO-Streams interface for the Brotli compression algorithm.
Decompressing Brotli InputStreams
and compressing OutputStreams
to Brotli streams with tunable (de)compression parameters is supported.
Downloads
- brotli-streams-0.0.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0.0 |
---|---|
Dependencies | base (>=4.5 && <5), brotli (>=0.0 && <0.1), bytestring (>=0.9.2 && <0.13), io-streams (>=1.3 && <1.6) [details] |
Tested with | ghc ==9.10.0, ghc ==9.8.2, ghc ==9.6.5, 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 | BSD-3-Clause |
Copyright | (c) 2016, Herbert Valerio Riedel |
Author | Herbert Valerio Riedel |
Maintainer | https://github.com/haskell-hvr/brotli-streams |
Revised | Revision 9 made by AndreasAbel at 2024-04-23T07:39:54Z |
Category | Codec, Compression, IO-Streams |
Home page | https://github.com/haskell-hvr/brotli-streams |
Bug tracker | https://github.com/haskell-hvr/brotli-streams/issues |
Source repo | head: git clone https://github.com/haskell-hvr/brotli-streams.git |
Uploaded | by HerbertValerioRiedel at 2019-04-20T17:39:38Z |
Distributions | LTSHaskell:0.0.0.0, NixOS:0.0.0.0, Stackage:0.0.0.0 |
Reverse Dependencies | 1 direct, 2 indirect [details] |
Downloads | 1548 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-04-20 [all 1 reports] |