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:8b21cb07c0a47fc59b716630930c1c10e29fdf7fc1a6f37b747ec62b833f8277,3269

Module documentation for 0.0.0.1

Used by 1 package in nightly-2023-01-25(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!