snappy

Fast Haskell bindings to Google’s Snappy compression library.

http://framagit.org/ljdarj/snappy

LTS Haskell 19.33:0.2.0.2
Stackage Nightly 2025-04-24:0.2.0.3
Latest on Hackage:0.2.0.3

See all snapshots snappy appears in

Apache-2.0 licensed by Bryan O'Sullivan
This version can be pinned in stack with:snappy-0.2.0.3@sha256:1b9c3bd291dfef75c056d4406791fa962c46033ce8c21d326377caa88ed8b5b7,1869

Module documentation for 0.2.0.3

Depends on 2 packages(full list with versions):

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:

  • git clone https://framagit.org/ljdarj/snappy.git

Authors

This library was written by Bryan O’Sullivan ([email protected]) and is maintained by ARJANEN Loïc Jean David ([email protected]).