snappy-c-0.1.1.0.0.0.2

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/carbolymer/snappy-c
Commit hash
0eb8491d1a340d1b3332a20921c9765d4984ef7c
Timestamp

2025-11-03T22:36:59Z

Revisions

None

Dependencies
library snappy-c:
  • ["base >=4.14 && <4.22","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.22","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.22","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"]