lz4-conduit: LZ4 compression for conduits

[ bsd3, codec, compression, conduit, library, program ] [ Propose Tags ]

lz4 compression for conduits, using https://github.com/lz4/lz4


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2, 0.3
Dependencies base (>=4.9 && <5), binary (>=0.8 && <0.10), bytestring (>=0.10 && <0.11), conduit (>=1.2 && <1.4), conduit-extra (>=1.2 && <1.4), lz4-conduit, mtl (>=2.2 && <2.3), resourcet (>=1.1 && <1.3) [details]
License BSD-3-Clause
Author Sven Mattsen
Maintainer sven@sven.cc
Category Codec, Compression, Conduit
Home page https://github.com/bigmac2k/lz4-conduit
Bug tracker https://github.com/bigmac2k/lz4-conduit/issues
Source repo head: git clone https://github.com/bigmac2k/lz4-conduit
Uploaded by scm at 2018-03-25T20:12:40Z
Distributions
Executables LZ4
Downloads 1427 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-25 [all 1 reports]

Readme for lz4-conduit-0.3

[back to package description]

LZ compression for Data.Conduit

This library uses https://github.com/lz4/lz4.git to implement an lz4 compression conduit in stream mode. Note that the resulting format is custom. The package comes with an executable that is compatible. Note that this library does not support bytestring chunks of more then 2GB, i.e, it does not function correctly if a bytestring > 2GB is send through the conduit.

Installation

We provide cabal as well as stack files.

$ cabal install lz4-conduit
$ stack build