This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/clzip/badges/latest-version.svg)](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]]