brotli-streams

Version 0.0.0.0 revision 9 uploaded by AndreasAbel.

Package meta

Synopsis
IO-Streams interface for Brotli (RFC7932) compression
Description

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.

Author
Herbert Valerio Riedel
Bug reports
https://github.com/haskell-hvr/brotli-streams/issues
Category
Codec, Compression, IO-Streams
Copyright
(c) 2016, Herbert Valerio Riedel
Homepage
https://github.com/haskell-hvr/brotli-streams
Maintainer
https://github.com/haskell-hvr/brotli-streams
Package URL
n/a
Stability
n/a

Components