pipes-brotli

Brotli (RFC7932) compressors and decompressors for the Pipes package

http://github.com/hvr/pipes-brotli

Latest on Hackage:0.0.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Ben Gamari, Herbert Valerio Riedel
Maintained by [email protected]

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 pipes interface to the Brotli compression algorithm.