Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mwotton/lz4hs
- Owner: mwotton
- License: bsd-3-clause
- Created: 2012-06-06T00:36:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T10:22:53.000Z (over 10 years ago)
- Last Synced: 2024-04-26T20:07:44.792Z (7 months ago)
- Language: C
- Size: 211 KB
- Stars: 21
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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