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

libzim

Reference implementation of the ZIM specification

The openZIM project proposes offline storage solutions for content coming from the Web. The zimlib is the standard implementation of the ZIM specification. It is a library which implements the read and write method for ZIM files.

Installation

Install the latest version of libzim as follows:

guix install libzim

Or install a particular version:

guix install libzim@8.2.1

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 libzim about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/libzim'><img src='https://packages.guix.gnu.org/packages/libzim/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libzim/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libzim)

Example Org:

[[https://packages.guix.gnu.org/packages/libzim][https://packages.guix.gnu.org/packages/libzim/badges/latest-version.svg]]