clzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of bzip2 or gzip. clzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving.
clzip uses the lzip file format; the files produced by clzip are fully compatible with lzip-1.4 or newer. clzip is in fact a C language version of lzip, intended for embedded devices or systems lacking a C++ compiler.
Product's homepage
What's New in This Release: [ read full changelog ]
· The inability to change output file attributes has been downgraded from an error to a warning.
· A small change has been made in the "--help" output and man page.
· Quote characters in messages have been changed as advised by GNU Coding Standards.