Lunzip is a decompressor for lzip files. Its small size makes it well suited for embedded devices or software installers that need to decompress files but do not need compression capabilities.
| Tags | Archiving Compression |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Release Notes: Decompression time has been reduced by 12%. The targets "install-as-lzip" and "install-bin" have been added to the Makefile.


Release Notes: Decompression time has been reduced by 12%.


Release Notes: Lunzip now prints only one status line for each multi-member file when only one "-v" is specified. The inability to change output file attributes has been downgraded from an error to a warning. Quote characters in messages have been changed as advised by GNU Coding Standards. The configure option "--datadir" has been renamed to "--datarootdir" to follow GNU Standards.


Release Notes: Lunzip now prints only one status line for each multi-member file when only one "-v" is specified. The inability to change output file attributes has been downgraded from an error to a warning. Quote characters in messages have been changed as advised by GNU Coding Standards.


Release Notes: This is the first stable release and was created from the decompression code in clzip 1.1.
C++ template classes implementing a B+ tree key/data container in main memory.