diff options
author | Martin Ivanov <tramni@abv.bg> | 2010-05-11 22:55:21 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:55:21 +0200 |
commit | 3136932f6339062353daadd5892ea6d2916c68fd (patch) | |
tree | cb638ee09a6d351a14f80ec044bebb637bbb8e55 /system/lzma/README | |
parent | c0c02bc405a0525a318cd1b50945fdd36a991817 (diff) |
system/lzma: Added to 12.1 repository
Diffstat (limited to 'system/lzma/README')
-rw-r--r-- | system/lzma/README | 6 |
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. |