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

ecl-zippy

Fast zip archive library

Zippy is a library for the PKWARE Zip archive format. It can read and write zip files. It features:

  • archive inspection without extraction;

  • Zip64 support;

  • split archive support;

  • PKWARE decryption;

  • fast deflate decompression thanks to 3bz;

  • operates on streams and vectors;

  • can compress stream->stream;

  • extensible for other encryption and compression mechanisms.

Installation

Install the latest version of ecl-zippy as follows:

guix install ecl-zippy

Or install a particular version:

guix install ecl-zippy@1.1.0-1.ed9bca5

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

Example HTML:

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

Example Markdown:

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

Example Org:

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