1
0
Fork 0
Find a file
Daniel Baumann e1ed3a8d42
Adding upstream version 0.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-24 03:25:20 +01:00
doc Adding upstream version 0.3. 2025-02-24 03:25:20 +01:00
testsuite Adding upstream version 0.2. 2025-02-24 03:23:29 +01:00
arg_parser.cc Adding upstream version 0.2. 2025-02-24 03:23:29 +01:00
arg_parser.h Adding upstream version 0.2. 2025-02-24 03:23:29 +01:00
AUTHORS Adding upstream version 0.1. 2025-02-24 03:22:05 +01:00
ChangeLog Adding upstream version 0.3. 2025-02-24 03:25:20 +01:00
configure Adding upstream version 0.3. 2025-02-24 03:25:20 +01:00
COPYING Adding upstream version 0.2. 2025-02-24 03:23:29 +01:00
INSTALL Adding upstream version 0.2. 2025-02-24 03:23:29 +01:00
main.cc Adding upstream version 0.3. 2025-02-24 03:25:20 +01:00
Makefile.in Adding upstream version 0.3. 2025-02-24 03:25:20 +01:00
NEWS Adding upstream version 0.3. 2025-02-24 03:25:20 +01:00
plzip.cc Adding upstream version 0.3. 2025-02-24 03:25:20 +01:00
plzip.h Adding upstream version 0.3. 2025-02-24 03:25:20 +01:00
README Adding upstream version 0.2. 2025-02-24 03:23:29 +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.