clzip
Small, stand-alone lzip compressor and decompressor
Clzip is a compressor and decompressor for files in the lzip compression format (.lz), written as a single small C tool with no dependencies. This makes it well-suited to embedded and other systems without a C++ compiler, or for use in other applications like package managers. Clzip is intended to be fully compatible with the regular lzip package.
- Versions: 1.14
- Website: https://www.nongnu.org/lzip/clzip.html
- Licenses: FreeBSD · GPL 2+
- Package source: gnu/packages/compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of clzip
as follows:
guix install clzip
Or install a particular version:
guix install clzip@1.14
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of clzip about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/clzip'><img src='https://packages.guix.gnu.org/packages/clzip/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/clzip)
Example Org:
[[https://packages.guix.gnu.org/packages/clzip][https://packages.guix.gnu.org/packages/clzip/badges/latest-version.svg]]