diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:27:26 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:27:26 +0000 |
commit | ec0d556f5caabdc82348bd2d97ae48524c093234 (patch) | |
tree | d98f9597625e6d6edfb3cbd007f209af744b3bfc /README | |
parent | Adding debian version 0.6-3. (diff) | |
download | plzip-ec0d556f5caabdc82348bd2d97ae48524c093234.tar.xz plzip-ec0d556f5caabdc82348bd2d97ae48524c093234.zip |
Merging upstream version 0.7.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,10 +1,10 @@ Description Plzip is a massively parallel (multi-threaded), lossless data compressor -based on the LZMA algorithm, with very safe integrity checking and a -user interface similar to the one of gzip or bzip2. Plzip uses the lzip -file format; the files produced by plzip are fully compatible with -lzip-1.4 or newer. +based on the lzlib compression library, with very safe integrity +checking and a user interface similar to the one of bzip2, gzip or lzip. +Plzip uses the lzip file format; the files produced by plzip are fully +compatible with lzip-1.4 or newer. Plzip is intended for faster compression/decompression of big files on multiprocessor machines, which makes it specially well suited for @@ -18,5 +18,5 @@ This file is free documentation: you have unlimited permission to copy, distribute and modify it. The file Makefile.in is a data file used by configure to produce the -Makefile. It has the same copyright owner and permissions that this -file. +Makefile. It has the same copyright owner and permissions that configure +itself. |