diff options
author | Mário Antunes <mariolpantunes@gmail.com> | 2013-02-11 15:20:07 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-02-14 00:26:57 -0600 |
commit | c7830e346d2e337770aa8a3509ac566aea5411c4 (patch) | |
tree | 63adc20aa2e586018dbe42193c7ef0976e13c7a4 /development/snappy/slack-desc | |
parent | 547f71171b59c92f515179fdb6a4d32611c37702 (diff) | |
download | slackbuilds-c7830e346d2e337770aa8a3509ac566aea5411c4.tar.gz |
development/snappy: Added (A fast compressor/decompressor)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/snappy/slack-desc')
-rw-r--r-- | development/snappy/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/snappy/slack-desc b/development/snappy/slack-desc new file mode 100644 index 0000000000..e00fcb692a --- /dev/null +++ b/development/snappy/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +snappy: snappy (A fast compressor/decompressor) +snappy: +snappy: Snappy is a compression/decompression library. It does not aim for +snappy: maximum compression, or compatibility with any other compression +snappy: library; instead, it aims for very high speeds and reasonable +snappy: compression. For instance, compared to the fastest mode of zlib, +snappy: Snappy is an order of magnitude faster for most inputs, but the +snappy: resulting compressed files are anywhere from 20% to 100% bigger. +snappy: +snappy: +snappy: |