@hackage brotli-streams0.0.0.0
IO-Streams interface for Brotli (RFC7932) compression
Categories
License
BSD-3-Clause
Maintainer
https://github.com/haskell-hvr/brotli-streams
Links
Versions
- 0.0.0.0 Fri, 20 Jun 2025
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.