Merging upstream version 0.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
77fa13c7e5
commit
2107e066db
7 changed files with 27 additions and 17 deletions
5
README
5
README
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue