lz4-conduit: LZ4 compression for conduits

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]

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


[Skip to Readme]

Properties

Versions 0.2, 0.2, 0.3
Change log None available
Dependencies base (>=4.9 && <5), binary (>=0.8 && <0.9), bytestring (>=0.10 && <0.11), conduit (>=1.2 && <1.3), conduit-extra (>=1.1 && <1.2), lz4-conduit, mtl (>=2.2 && <2.3), resourcet (>=1.1 && <1.2) [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 2017-01-05T18:48:12Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for lz4-conduit-0.2

[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.

Installation

We provide cabal as well as stack files.

$ cabal install lz4-conduit
$ stack build