Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mwotton/lz4hs

Haskell bindings to lz4
https://github.com/mwotton/lz4hs

Last synced: 12 days ago
JSON representation

Haskell bindings to lz4

Awesome Lists containing this project

README

        

# Fast compression for Haskell ByteStrings

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

[travis-ci.org](http://travis-ci.org) results: [![Build Status](https://secure.travis-ci.org/mwotton/lz4hs.png?branch=master)](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