Language

Package: java-iq80-snappy @ 0.4

Synopsis

Java port of the Snappy (de)compressor

Description

Iq80-snappy is a port of the Snappy compressor and decompressor rewritten in pure Java. This compression code produces a byte-for-byte exact copy of the output created by the original C++ code, and is extremely fast.

Home page
https://github.com/dain/snappy
Location
gnu/packages/java-compression.scm (line: 199, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?