snappy-c-0.1.3

Synopsis

Bindings to Google's Snappy: A fast compression library

Description

[Snappy](https://github.com/google/snappy) is a fast (de)compression library. It is written in C++, but a basic set of C bindings is also provided. Although the C bindings only support the "raw" Snappy format, this package provides support for the Snappy "frame" format on top of the raw C API, enabling extremely fast (de)compression of lazy (streamed) data.

Author

Finley McIlwaine, Edsko de Vries

Maintainer

finley@well-typed.com

License

BSD-3-Clause

Source
https://github.com/well-typed/snappy-c
Commit hash
8dce0f5599bb5c9827afe2ca96d4e08bd54c0840
Timestamp

2026-03-27T16:04:06Z

Revisions

None

Dependencies
library snappy-c:
  • ["base >=4.14 && <4.23","bytestring >=0.10 && <0.13","data-default >=0.7 && <0.9","crc32c >=0.2.2 && <0.3","mtl >=2.2.2 && <2.4"]
executable snappy-cli:
  • ["base >=4.14 && <4.23","snappy-c","bytestring >=0.10 && <0.13","conduit >=1.3.5 && <1.4","data-default >=0.7 && <0.9","optparse-applicative >=0.18 && <0.20"]
test-suite bench-snappy-c:
  • ["base >=4.14 && <4.23","snappy-c","bytestring >=0.10 && <0.13","criterion >=1.6.3 && <1.7","deepseq >=1.4 && <1.6","random >=1.2.1 && <1.4","snappy-lazy >=0.1 && <0.2","zlib >=0.6.3 && <0.8"]