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:45fde1fcca67f9d4d3f32cc0884cf27dab22a5a56d8d3775c8690f2f43031ee6,2662

Module documentation for 0.0.0.0

Used by 1 package in nightly-2024-05-04(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.