brotli

Brotli (RFC7932) compression and decompression

https://github.com/haskell-hvr/brotli

Version on this page:0.0.0.1@rev:1
LTS Haskell 22.17:0.0.0.1@rev:4
Stackage Nightly 2024-04-14:0.0.0.1@rev:4
Latest on Hackage:0.0.0.1@rev:4

See all snapshots brotli appears in

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:3664f6d133775f3da88b2eed16247d9c250e58f67d2a555d16b32bf71973e8d6,3307

Module documentation for 0.0.0.1

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