2025-02-24 03:22:18 +01:00
|
|
|
Source: plzip
|
|
|
|
Section: utils
|
|
|
|
Priority: optional
|
2025-02-24 03:54:02 +01:00
|
|
|
Maintainer: Daniel Baumann <mail@daniel-baumann.ch>
|
2025-02-24 04:00:39 +01:00
|
|
|
Build-Depends:
|
|
|
|
debhelper (>= 9),
|
|
|
|
liblz-dev,
|
|
|
|
texinfo,
|
2025-02-24 04:12:37 +01:00
|
|
|
Standards-Version: 3.9.8
|
2025-02-24 03:22:18 +01:00
|
|
|
Homepage: http://www.nongnu.org/lzip/plzip.html
|
2025-02-24 04:12:36 +01:00
|
|
|
Vcs-Browser: https://github.com/daniel-baumann/plzip
|
|
|
|
Vcs-Git: https://github.com/daniel-baumann/plzip
|
2025-02-24 03:22:18 +01:00
|
|
|
|
|
|
|
Package: plzip
|
|
|
|
Architecture: any
|
2025-02-24 04:00:39 +01:00
|
|
|
Depends:
|
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends},
|
2025-02-24 03:58:43 +01:00
|
|
|
Provides: lzip-alternative
|
2025-02-24 03:41:53 +01:00
|
|
|
Description: parallel, lossless data compressor based on the LZMA algorithm
|
|
|
|
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.
|
|
|
|
.
|
|
|
|
Plzip is a massively parallel (multi-threaded) version of lzip using the lzip
|
|
|
|
file format; the files produced by plzip are fully compatible with lzip.
|
|
|
|
.
|
|
|
|
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.
|
2025-02-24 03:22:18 +01:00
|
|
|
|
|
|
|
Package: plzip-dbg
|
|
|
|
Section: debug
|
|
|
|
Priority: extra
|
|
|
|
Architecture: any
|
2025-02-24 04:00:39 +01:00
|
|
|
Depends:
|
|
|
|
${misc:Depends},
|
|
|
|
plzip (= ${binary:Version}),
|
2025-02-24 03:41:53 +01:00
|
|
|
Description: parallel, lossless data compressor based on the LZMA algorithm (debug)
|
|
|
|
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.
|
|
|
|
.
|
|
|
|
Plzip is a massively parallel (multi-threaded) version of lzip using the lzip
|
|
|
|
file format; the files produced by plzip are fully compatible with lzip.
|
2025-02-24 03:22:18 +01:00
|
|
|
.
|
|
|
|
This package contains the debugging symbols.
|