snappy (original) (raw)
snappy: Fast Haskell bindings to Google’s Snappy compression library.
Modules
[Index] [Quick Jump]
- Codec
- Compression
* Codec.Compression.Snappy
* Codec.Compression.Snappy.Lazy
- Compression
Downloads
- snappy-0.2.0.4.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, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4 |
---|---|
Dependencies | base (<5), bytestring (>=0.11), system-cxx-std-lib [details] |
License | Apache-2.0 |
Copyright | Copyright 2011 MailRank, Inc. |
Author | Bryan O'Sullivan bos@serpentine.com |
Maintainer | ARJANEN Loïc Jean David ljd@luigiscorner.mu |
Category | Codec, Compression |
Home page | http://framagit.org/ljdarj/snappy |
Bug tracker | http://framagit.org/ljdarj/snappy/-/issues |
Source repo | head: git clone https://framagit.org/ljdarj/snappy |
Uploaded | by LoicArjanen at 2025-06-07T01:16:26Z |
Distributions | NixOS:0.2.0.2, Stackage:0.2.0.4 |
Reverse Dependencies | 7 direct, 3 indirect [details] |
Downloads | 4572 total (12 in the last 30 days) |
Rating | (no votes yet)[estimated by Bayesian average] |
Your Rating | λ λ λ |
Status | Docs uploaded by userBuild status unknown [no reports yet] |
Readme for snappy-0.2.0.4
Welcome to snappy
snappy is a fast Haskell library for working with data compressed using Google’s Snappy format. It is implemented as a binding to theSnappy library.
It implements zero-copy compression and decompression of both strict and lazy bytestrings, the standard Haskell types for managing binary data efficiently.
Join in!
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via theFramagit issue tracker.
Master git repository:
git clone https://framagit.org/ljdarj/snappy.git
This library was written by Bryan O'Sullivan (bos@serpentine.com) and is maintained by ARJANEN Loïc Jean David (ljd@luigiscorner.mu).