1
0
Fork 0
Find a file
Daniel Baumann 43289af9b1
Updating to standards 3.8.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-24 03:26:25 +01:00
debian Updating to standards 3.8.4. 2025-02-24 03:26:25 +01:00
doc Merging upstream version 0.3. 2025-02-24 03:25:27 +01:00
testsuite Merging upstream version 0.2. 2025-02-24 03:25:08 +01:00
arg_parser.cc Merging upstream version 0.2. 2025-02-24 03:25:08 +01:00
arg_parser.h Merging upstream version 0.2. 2025-02-24 03:25:08 +01:00
AUTHORS Adding upstream version 0.1. 2025-02-24 03:22:05 +01:00
ChangeLog Merging upstream version 0.3. 2025-02-24 03:25:27 +01:00
configure Merging upstream version 0.3. 2025-02-24 03:25:27 +01:00
COPYING Merging upstream version 0.2. 2025-02-24 03:25:08 +01:00
INSTALL Merging upstream version 0.2. 2025-02-24 03:25:08 +01:00
main.cc Merging upstream version 0.3. 2025-02-24 03:25:27 +01:00
Makefile.in Merging upstream version 0.3. 2025-02-24 03:25:27 +01:00
NEWS Merging upstream version 0.3. 2025-02-24 03:25:27 +01:00
plzip.cc Merging upstream version 0.3. 2025-02-24 03:25:27 +01:00
plzip.h Merging upstream version 0.3. 2025-02-24 03:25:27 +01:00
README Merging upstream version 0.2. 2025-02-24 03:25:08 +01:00

Description

Plzip is a parallel version of the lzip data compressor. Currently only
compression is performed in parallel. Parallel decompression is planned
to be implemented later.

Lzip is a 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. Lzip decompresses almost as fast as gzip and compresses
better than bzip2, which makes it well suited for software distribution
and data archiving.


Copyright (C) 2009, 2010 Antonio Diaz Diaz.

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.