Skip to content

A C library for reading, creating, and modifying zip archives.

License

Notifications You must be signed in to change notification settings

computerquip-work/libzip

This branch is 692 commits behind nih-at/libzip:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 3, 2020
7db2460 · Nov 3, 2020
Oct 3, 2020
Apr 2, 2020
Jul 25, 2020
Jul 18, 2020
Jul 23, 2020
Jul 21, 2020
Oct 20, 2020
Nov 3, 2020
Sep 14, 2020
Jul 27, 2020
Jun 21, 2017
Jul 21, 2020
Nov 21, 2019
May 18, 2020
Jul 21, 2020
Dec 8, 2017
Apr 4, 2014
Aug 7, 2020
Jul 25, 2020
Jul 6, 2020
Jul 25, 2020
May 12, 2020
Nov 3, 2020
Jul 28, 2020
Jul 21, 2020
Jul 14, 2020
Jun 5, 2020
Jun 23, 2020
May 24, 2020

Repository files navigation

This is libzip, a C library for reading, creating, and modifying zip and zip64 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. Decryption and encryption of Winzip AES and legacy PKware encrypted files is supported. The API is documented by man pages.

libzip is fully documented via man pages. HTML versions of the man pages are on libzip.org and in the man directory. You can start with libzip(3), which lists all others. Example source code is in the examples and src subdirectories.

If you have developed an application using libzip, you can find out about API changes and how to adapt your code for them in the included file API-CHANGES.md.

See the INSTALL.md file for installation instructions and dependencies.

If you make a binary distribution, please include a pointer to the distribution site:

https://libzip.org/

The latest version can always be found there. The official repository is at github.

There is a mailing list for developers using libzip. You can subscribe to it by sending a mail with the subject "subscribe libzip-discuss" to minimalist at nih.at. List mail should be sent to libzip-discuss at nih.at. Use this for bug reports or questions.

If you want to reach the authors in private, use [email protected].

Travis Build Status Appveyor Build status Coverity Status

About

A C library for reading, creating, and modifying zip archives.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 85.1%
  • CMake 9.7%
  • Perl 3.5%
  • Batchfile 0.8%
  • Shell 0.4%
  • Dockerfile 0.4%
  • C++ 0.1%