gnu: iq80-snappy: Improve synopsis & description.
* gnu/packages/compression.scm (iq80-snappy)[synopsis, description]: Fix typos and add ‘(de)compressor’ keywords.
This commit is contained in:
parent
247064c3d1
commit
107a14f9af
1 changed files with 5 additions and 4 deletions
|
@ -1302,10 +1302,11 @@ compresser/decompresser.")
|
||||||
("java-snappy" ,java-snappy)
|
("java-snappy" ,java-snappy)
|
||||||
("hamcrest" ,java-hamcrest-core)
|
("hamcrest" ,java-hamcrest-core)
|
||||||
("testng" ,java-testng)))
|
("testng" ,java-testng)))
|
||||||
(synopsis "Java port of snappy")
|
(synopsis "Java port of the Snappy (de)compressor")
|
||||||
(description "Iq80-snappy is a rewrite (port) of Snappy writen in pure
|
(description
|
||||||
Java. This compression code produces a byte-for-byte exact copy of the output
|
"Iq80-snappy is a port of the Snappy compressor and decompressor rewritten
|
||||||
created by the original C++ code, and extremely fast.")
|
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.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public java-jbzip2
|
(define-public java-jbzip2
|
||||||
|
|
Reference in a new issue