BSD-3-Clause licensed by Herbert Valerio Riedel
Maintained by https://github.com/haskell-hvr/brotli-streams
This version can be pinned in stack with:brotli-streams-0.0.0.0@sha256:9555b476228ad933fb986a76dfdb5ea3f9a0399194ff54dd9ec8419570791f6c,2559

Module documentation for 0.0.0.0

Used by 1 package in lts-23.26(full list with versions):

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.