snappy-framing: Snappy Framing Format in Haskell

[ codec, compression, library, mpl ] [ Propose Tags ]

Implementation of the Snappy framing format (SVN revision 71, cf. http://code.google.com/p/snappy/source/browse/trunk/framing_format.txt?r=71)


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

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
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
Uploaded by KimAltintop at 2018-07-24T09:03:22Z
Distributions NixOS:0.1.2
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 2788 total (19 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

Build Status

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.