GPL-3.0-only licensed by Herbert Valerio Riedel
Maintained by https://github.com/haskell-hvr/brotli
This version can be pinned in stack with:brotli-0.0.0.1@sha256:c5590e94532a0dba622dec9c4c67e18582d7835b7e92ef7695e4f7c0b1764419,3303

Module documentation for 0.0.0.1

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 a pure interface for compressing and decompressing Brotli streams of data represented as lazy ByteStrings. A monadic incremental interface is provided as well. This package relies on Google's C implementation.

The following packages are based on this package and provide API support for popular streaming frameworks:

Changes

0.0.0.1

Andreas Abel, 2022-06-10

  • Support base-4.17 which dropped instance MonadFail ST.
  • Tested with GHC 7.4 - 9.4.

0.0.0.0

Herbert Valerio Riedel, 2019-04-20

Let there be light!