| CARVIEW |
snappy-framing: Snappy Framing Format in Haskell
Implementation of the Snappy framing format (SVN revision 71, cf. https://code.google.com/p/snappy/source/browse/trunk/framing_format.txt?r=71)
[Skip to Readme]
Downloads
- snappy-framing-0.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0, 0.1.1, 0.1.2 |
|---|---|
| Dependencies | array (>=0.4), base (>4 && <5), binary (>=0.7), bytestring (>=0.10), snappy (>=0.2.0.2) [details] |
| License | MPL-2.0 |
| Copyright | Copyright (c) 2013 Kim Altintop |
| Author | Kim Altintop |
| Maintainer | kim.altintop@gmail.com |
| Uploaded | by KimAltintop at 2018-07-24T09:03:22Z |
| Category | Codec, Compression |
| Home page | https://github.com/kim/snappy-framing |
| Bug tracker | https://github.com/kim/snappy-framing/issues |
| Source repo | head: git clone git://github.com/kim/snappy-framing.git |
| Distributions | NixOS:0.1.2 |
| Reverse Dependencies | 3 direct, 2 indirect [details] |
| Downloads | 3011 total (16 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2018-07-24 [all 1 reports] |
Readme for snappy-framing-0.1.2
[back to package description]Snappy Framing Format
Implementation of the Snappy framing format, 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, patches are welcome as Pull Requests.
License
Mozilla Public License Version 2.0, see LICENSE file.
