diff options
Diffstat (limited to 'source/l/zstd/slack-desc')
-rw-r--r-- | source/l/zstd/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/source/l/zstd/slack-desc b/source/l/zstd/slack-desc new file mode 100644 index 00000000..215674d5 --- /dev/null +++ b/source/l/zstd/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------------------------------------------------------| +zstd: zstd (real-time compression algorithm) +zstd: +zstd: Zstandard, or zstd for short, is a real-time compression algorithm +zstd: providing high compression ratios. It offers a very wide range of +zstd: compression/speed trade-off, while being backed by a very fast +zstd: decoder. It also offers a special mode for small data, called +zstd: dictionary compression, and can create dictionaries from any sample +zstd: set. +zstd: +zstd: Homepage: http://zstd.net/ +zstd: |