brotli: Brotli (RFC7932) compression and decompression

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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:

Properties

Versions 0.0.0.0, 0.0.0.1, 0.0.0.1
Change log CHANGELOG.md
Dependencies base (>=4.5 && <4.18), bytestring (>=0.9.2 && <0.12), transformers (>=0.3.0.0 && <0.7) [details]
License GPL-3.0-only
Copyright (c) 2016, Herbert Valerio Riedel
Author Herbert Valerio Riedel
Maintainer https://github.com/haskell-hvr/brotli
Category Codec, Compression
Home page https://github.com/haskell-hvr/brotli
Bug tracker https://github.com/haskell-hvr/brotli/issues
Source repo head: git clone https://github.com/haskell-hvr/brotli.git
Uploaded by AndreasAbel at 2022-06-10T20:24:47Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees