java-iq80-snappy
Java port of the Snappy (de)compressor
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.
- Versions: 0.4
- Website: https://github.com/dain/snappy
- Licenses: ASL 2.0
- Package source: gnu/packages/java-compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-iq80-snappy
as follows:
guix install java-iq80-snappy
Or install a particular version:
guix install java-iq80-snappy@0.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of java-iq80-snappy about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/java-iq80-snappy'><img src='https://packages.guix.gnu.org/packages/java-iq80-snappy/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/java-iq80-snappy)
Example Org:
[[https://packages.guix.gnu.org/packages/java-iq80-snappy][https://packages.guix.gnu.org/packages/java-iq80-snappy/badges/latest-version.svg]]