Description
LZ4 compression for ByteStrings.
Description
High level bindings to the LZ4 compression library.
Currently based on lz4 r119. C sources are included and no external dependencies are needed other than cereal
.
README.md
Fast compression for Haskell ByteStrings
This library implements Haskell bindings to lz4, a fast compression library.
travis-ci.org results:
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.