libzip 1.9.2
C library for reading, creating, and modifying zip archives
Libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted.
- Website: https://libzip.org
- Licenses: Modified BSD
- Package source: gnu/packages/compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libzip 1.9.2
as follows:
guix install libzip@1.9.2
Or install the latest version:
guix install libzip
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.