1
0
Fork 0

Adding upstream version 1.8~pre1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 22:21:03 +01:00
parent 957437fb0e
commit ef95d5d685
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 67 additions and 53 deletions

4
README
View file

@ -1,6 +1,6 @@
Description
Lunzip is a decompressor for lzip files. It is written in C and its
Lunzip is a decompressor for the lzip format. It is written in C and its
small size makes it well suited for embedded devices or software
installers that need to decompress files but do not need compression
capabilities. Lunzip is fully compatible with lzip-1.4 or newer.
@ -45,7 +45,7 @@ the more accesses to disk are needed and the slower the decompression
is. This "low memory" mode only works when decompressing to a regular
file and is intended for systems without enough memory (RAM + swap) to
keep the whole dictionary at once. It has been tested on a laptop with a
486 processor and 4MiB of RAM.
486 processor and 4 MiB of RAM.
The amount of memory required by lunzip to decompress a file is about
46 kB larger than the dictionary size used to compress that file, unless