Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kim/snappy-framing
Snappy framing format for Haskell
https://github.com/kim/snappy-framing
Last synced: 2 months ago
JSON representation
Snappy framing format for Haskell
- Host: GitHub
- URL: https://github.com/kim/snappy-framing
- Owner: kim
- License: mpl-2.0
- Created: 2013-08-20T21:03:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T22:22:21.000Z (over 4 years ago)
- Last Synced: 2024-05-01T22:33:07.255Z (8 months ago)
- Language: Haskell
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snappy Framing Format
[![Build Status](https://secure.travis-ci.org/kim/snappy-framing.png)](http://travis-ci.org/kim/snappy-framing)
Implementation of the [Snappy framing format](http://code.google.com/p/snappy/source/browse/trunk/framing_format.txt?r=71),
SVN rev 71.## Build, Install, Use
Build from source using `cabal install`, from Hackage using `cabal install
snappy-framing`.The library exports a single module, `Codec.Compression.Snappy.Framing`, with a
instance of `Data.Binary` doing all the work. A couple of convenience functions
are also provided, but for serious stream processing use of a streaming library
of your liking (eg. pipes, iteratees, conduit) is recommended.## Bugs and Contributing
Please report issues via [Github Issues](https://github.com/kim/snappy-framing/issues),
patches are welcome as [Pull Requests](https://github.com/kim/snappy-framing/pulls).## License
Mozilla Public License Version 2.0, see LICENSE file.