[Lunar-commits] <moonbase-other> snappy: A fast compressor/decompressor library.
Florin Braescu
florin at lunar-linux.org
Sat Jan 4 08:33:31 CET 2014
commit 6ecb915705ac8c9b3eaf6c8a9be7022d011b484f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 03 Jan 2014 23:33:06 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/6ecb915705ac8c9b3eaf6c8a9be7022d011b484f
snappy: A fast compressor/decompressor library.
---
archive/snappy/DEPENDS | +1/-0
archive/snappy/DETAILS | +18/-0
2 files changed, 19 insertions(+)
--- /dev/null
+++ b/archive/snappy/DEPENDS
@@ -0,0 +1 @@
+depends zlib
--- /dev/null
+++ b/archive/snappy/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=snappy
+ VERSION=1.1.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://snappy.googlecode.com/files/
+ SOURCE_VFY=sha1:2988f1227622d79c1e520d4317e299b61d042852
+ WEB_SITE=http://code.google.com/p/snappy/
+ ENTERED=20140104
+ UPDATED=20140104
+ SHORT="A fast compressor/decompressor library"
+
+cat << EOF
+Snappy is a compression/decompression library. It does not aim for maximum
+compression, or compatibility with any other compression library; instead,
+it aims for very high speeds and reasonable compression. For instance,
+compared to the fastest mode of zlib, Snappy is an order of magnitude faster
+for most inputs, but the resulting compressed files are anywhere from 20% to
+100% bigger.
+EOF
More information about the Lunar-commits
mailing list