1
0
Fork 0
Find a file
Daniel Baumann ef8a63ecab
Releasing debian version 1.3-4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-23 19:15:52 +01:00
debian Releasing debian version 1.3-4. 2025-02-23 19:15:52 +01:00
doc Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
testsuite Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
7zFile.c Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
7zFile.h Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
7zStream.c Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
Alloc.c Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
Alloc.h Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
AUTHORS Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
ChangeLog Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
configure Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
INSTALL Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
LzFind.c Merging upstream version 1.1. 2025-02-23 19:12:39 +01:00
LzFind.h Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
LzHash.h Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
LzmaDec.c Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
LzmaDec.h Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
LzmaEnc.c Merging upstream version 1.1. 2025-02-23 19:12:39 +01:00
LzmaEnc.h Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
main.c Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
Makefile.in Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
NEWS Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
pdarg_parser.c Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
pdarg_parser.h Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
pdlzip.h Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
README Merging upstream version 1.3. 2025-02-23 19:15:16 +01:00
Types.h Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00

Description

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

Pdlzip is also able to decompress legacy lzma-alone (.lzma) files.

Pdlzip is a "public domain" version of the lzip data compressor,
intended for those who can't distribute GPL licensed Free Software.
Pdlzip is written in C.

Pdlzip uses public domain compression code from the LZMA SDK written by
Igor Pavlov.


Copyright (C) 2010, 2011, 2012 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 configure
itself.