summaryrefslogtreecommitdiffstats
path: root/development/brotli/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2018-03-15 22:28:27 +0100
committer Willy Sudiarto Raharjo2018-03-17 02:51:49 +0100
commite19859d20274d33fc95ced5a71397f63ced790eb (patch)
tree23a205d5d6fdc15677479b037132058e70a75a93 /development/brotli/README
parent97201a1b51746265041fc8a35d4de4d20a1c11dc (diff)
downloadslackbuilds-e19859d20274d33fc95ced5a71397f63ced790eb.tar.gz
development/brotli: Added (compression algorithm).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/brotli/README')
-rw-r--r--development/brotli/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/brotli/README b/development/brotli/README
new file mode 100644
index 0000000000..f99e98ef93
--- /dev/null
+++ b/development/brotli/README
@@ -0,0 +1,6 @@
+Brotli is a generic-purpose lossless compression algorithm that compresses data
+using a combination of a modern variant of the LZ77 algorithm, Huffman coding
+and 2nd order context modeling, with a compression ratio comparable to the best
+currently available general-purpose compression methods.
+
+This SlackBuild will also install the Python modules.