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

clzip 1.13

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 clzip 1.13 as follows:

guix install clzip@1.13

Or install the latest version:

guix install clzip

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.