hs-brotli: Compression and decompression in the brotli format

[ bsd3, library, web ] [ Propose Tags ]

This package provides a pure interface for compressing and decompressing streams of data represented as strict or lazy ByteStrings. It uses the brotli C library so it has high performance. It supports the "brotli", compression format.

It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full brotli feature set


[Skip to Readme]

Modules

  • Codec
    • Compression
      • Codec.Compression.Brotli
        • Codec.Compression.Brotli.Internal

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <5), bytestring, ghc-prim [details]
License BSD-3-Clause
Copyright Ian Duncan
Author Ian Duncan
Maintainer ian@iankduncan.com
Category Web
Home page https://github.com/iand675/brotli#readme
Source repo head: git clone https://github.com/iand675/hs-brotli
Uploaded by IanDuncan at 2017-10-28T10:40:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 890 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-10-28 [all 3 reports]

Readme for hs-brotli-0.1.0.0

[back to package description]