snappy: Fast Haskell bindings to Google’s Snappy compression library.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

This library provides fast, pure Haskell bindings to Google’s Snappy compression and decompression library: http://github.com/google/snappy/.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3
Change log None available
Dependencies base (<5), bytestring, 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 http://github.com/bos/snappy
Uploaded by LoicArjanen at 2024-11-18T23:18:37Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for snappy-0.2.0.3

[back to package description]

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 the Snappy 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 the Framagit issue tracker.

Master git repository:

Authors

This library was written by Bryan O'Sullivan (bos@serpentine.com) and is maintained by ARJANEN Loïc Jean David (ljd@luigiscorner.mu).