summaryrefslogtreecommitdiffstats
path: root/system/lzma/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/lzma/README')
-rw-r--r--system/lzma/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/lzma/README b/system/lzma/README
new file mode 100644
index 0000000000..2834114b53
--- /dev/null
+++ b/system/lzma/README
@@ -0,0 +1,6 @@
+The Lempel-Ziv-Markov chain-Algorithm (LZMA) provides very high
+compression ratio and fast decompression.
+The core of the LZMA utils is Igor Pavlov's LZMA SDK containing
+the actual LZMA encoder/decoder. LZMA utils add a few scripts
+which provide gzip-like command line interface and a couple of
+other LZMA related tools.