lz4-0.2.1: README.md
# Fast compression for Haskell ByteStrings
This library implements Haskell bindings to [lz4][], a fast
compression library.
[travis-ci.org](http://travis-ci.org) results: [](http://travis-ci.org/mwotton/lz4hs)
# Installation
It's just a `cabal install` away on [Hackage][]:
```bash
$ cabal install lz4
```
# Join in
File bugs in the GitHub [issue tracker][].
Master [git repository][gh]:
* `git clone https://github.com/mwotton/lz4hs.git`
# Authors
See `AUTHORS.txt`.
# License.
BSD3. See `LICENSE.txt` for terms of copyright and redistribution.
[lz4]: http://code.google.com/p/lz4
[issue tracker]: https://github.com/mwotton/lz4hs/issues
[continuous integration]: https://travis-ci.org/mwotton/lz4hs
[gh]: https://github.com/mwotton/lz4hs
[bb]: http://bitbucket.org/mwotton/lz4hs
[Hackage]: http://hackage.haskell.org/package/lz4c