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

sbcl-zippy 1.1.0-1.ed9bca5

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 sbcl-zippy 1.1.0-1.ed9bca5 as follows:

guix install sbcl-zippy@1.1.0-1.ed9bca5

Or install the latest version:

guix install sbcl-zippy

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.