1
0
Fork 0
Find a file
Daniel Baumann 992afe8498
Updating standards version to 3.9.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-23 19:12:38 +01:00
debian Updating standards version to 3.9.0. 2025-02-23 19:12:38 +01:00
doc Merging upstream version 1.0. 2025-02-23 19:11:34 +01:00
testsuite Merging upstream version 1.0. 2025-02-23 19:11:34 +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 Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +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
carg_parser.c Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
carg_parser.h Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
ChangeLog Merging upstream version 1.0. 2025-02-23 19:11:34 +01:00
configure Merging upstream version 1.0. 2025-02-23 19:11:34 +01:00
INSTALL Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
LzFind.c Merging upstream version 1.0~rc3. 2025-02-23 19:10:43 +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.0~rc3. 2025-02-23 19:10:43 +01:00
LzmaEnc.h Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
main.c Merging upstream version 1.0. 2025-02-23 19:11:34 +01:00
Makefile.in Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
NEWS Adding upstream version 1.0~rc2. 2025-02-23 19:07:50 +01:00
pdlzip.h Merging upstream version 1.0~rc3. 2025-02-23 19:10:43 +01:00
README Merging upstream version 1.0. 2025-02-23 19:11:34 +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 a public domain version of the lzip data compressor, intended
for those who can't (or do not want) 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 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.