1
0
Fork 0
Find a file
Daniel Baumann f4f83ae142
Updating to standards version 3.9.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-24 03:30:47 +01:00
debian Updating to standards version 3.9.1. 2025-02-24 03:30:47 +01:00
doc Merging upstream version 0.6. 2025-02-24 03:27:29 +01:00
testsuite Merging upstream version 0.6. 2025-02-24 03:27:29 +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.6. 2025-02-24 03:27:29 +01:00
compress.cc Merging upstream version 0.6. 2025-02-24 03:27:29 +01:00
configure Merging upstream version 0.6. 2025-02-24 03:27:29 +01:00
COPYING Merging upstream version 0.2. 2025-02-24 03:25:08 +01:00
decompress.cc Merging upstream version 0.6. 2025-02-24 03:27:29 +01:00
INSTALL Merging upstream version 0.2. 2025-02-24 03:25:08 +01:00
main.cc Merging upstream version 0.6. 2025-02-24 03:27:29 +01:00
Makefile.in Merging upstream version 0.4. 2025-02-24 03:26:25 +01:00
NEWS Merging upstream version 0.6. 2025-02-24 03:27:29 +01:00
plzip.h Merging upstream version 0.6. 2025-02-24 03:27:29 +01:00
README Merging upstream version 0.5. 2025-02-24 03:26:51 +01:00

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.

Plzip is intended for faster compression/decompression of big files on
multiprocessor machines, which makes it specially well suited for
distribution of big software files and large scale data archiving. On
files big enough, plzip can use hundreds of processors.


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.