@hackage pipes-brotli0.0.0.0

Brotli (RFC7932) compressors and decompressors for the Pipes package

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.