@hackage streaming-brotli0.0.0.0
Streaming interface for Brotli (RFC7932) compression
Categories
License
BSD-3-Clause
Maintainer
hvr@gnu.org
Links
Versions
- 0.0.0.0 Mon, 22 Apr 2019
Installation
Dependencies (5)
- base >=4.8 && <4.13
- brotli >=0.0 && <0.1
- bytestring >=0.10.6 && <0.11
- streaming >=0.2 && <0.3
- streaming-bytestring >=0.1.6 && <0.2 Show all…
Dependents (0)
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 streaming API for the Brotli compression algorithm.