1
0
Fork 0

Merging upstream version 0.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 14:25:41 +01:00
parent 77fa13c7e5
commit 2107e066db
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 27 additions and 17 deletions

5
README
View file

@ -4,8 +4,9 @@ Lzd is a very simplified decompressor for lzip files with an educational
purpose. Studying its source is a good first step to understand how lzip
works. It is not safe to use lzd for any real work.
The source of lzd is also used in the lzip manual as a reference
decompressor in the description of the lzip file format.
The source of lzd is used in the lzip manual as a reference decompressor
in the description of the lzip file format. Reading the lzip manual will
help you understand the source.
Lzd decompresses from standard input to standard output. Lzd will
correctly decompress the concatenation of two or more compressed files.