diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-15 21:28:27 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:49 +0700 |
commit | e19859d20274d33fc95ced5a71397f63ced790eb (patch) | |
tree | 23a205d5d6fdc15677479b037132058e70a75a93 /development/brotli/slack-desc | |
parent | 97201a1b51746265041fc8a35d4de4d20a1c11dc (diff) |
development/brotli: Added (compression algorithm).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/brotli/slack-desc')
-rw-r--r-- | development/brotli/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/brotli/slack-desc b/development/brotli/slack-desc new file mode 100644 index 0000000000000..1a6e42e25899f --- /dev/null +++ b/development/brotli/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------------------------------------------------------| +brotli: brotli (compression algorithm) +brotli: +brotli: Brotli is a generic-purpose lossless compression algorithm that +brotli: compresses data using a combination of a modern variant of the LZ77 +brotli: algorithm, Huffman coding and 2nd order context modeling, with +brotli: a compression ratio comparable to the best currently available +brotli: general-purpose compression methods. +brotli: +brotli: Project URL: https://github.com/google/brotli +brotli: +brotli: |