lz4: LZ4 compression for ByteStrings

[ bsd3, codec, library ] [ Propose Tags ]

High level bindings to the LZ4 compression library.

Currently based on lz4 r75. C sources are included and no external dependencies are needed other than cereal.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1
Dependencies base (>=3 && <5), bytestring, cereal [details]
License BSD-3-Clause
Copyright Copyright (c) Mark Wotton, Austin Seipp 2012
Author Mark Wotton <mwotton@gmail.com)
Maintainer mwotton@gmail.com
Category Codec
Home page http://github.com/mwotton/lz4hs
Bug tracker https://github.com/mwotton/lz4hs/issues
Source repo head: git clone https://github.com/mwotton/lz4hs
Uploaded by MarkWotton at 2014-07-08T10:24:38Z
Distributions LTSHaskell:0.2.3.1, NixOS:0.2.3.1, Stackage:0.2.3.1
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 7222 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for lz4-0.2.3

[back to package description]

Fast compression for Haskell ByteStrings

This library implements Haskell bindings to lz4, a fast compression library.

travis-ci.org results: Build Status

Installation

It's just a cabal install away on Hackage:

$ cabal install lz4

Join in

File bugs in the GitHub issue tracker.

Master git repository:

  • git clone https://github.com/mwotton/lz4hs.git

Authors

See AUTHORS.txt.

License.

BSD3. See LICENSE.txt for terms of copyright and redistribution.