yuzu/externals/libzip/libzip
pineappleEA 78b48028e1 early-access version 1255 2020-12-28 15:15:37 +00:00
..
.github/ISSUE_TEMPLATE early-access version 1255 2020-12-28 15:15:37 +00:00
android early-access version 1255 2020-12-28 15:15:37 +00:00
docs early-access version 1255 2020-12-28 15:15:37 +00:00
examples early-access version 1255 2020-12-28 15:15:37 +00:00
lib early-access version 1255 2020-12-28 15:15:37 +00:00
man early-access version 1255 2020-12-28 15:15:37 +00:00
regress early-access version 1255 2020-12-28 15:15:37 +00:00
src early-access version 1255 2020-12-28 15:15:37 +00:00
vstudio early-access version 1255 2020-12-28 15:15:37 +00:00
xcode early-access version 1255 2020-12-28 15:15:37 +00:00
.clang-format early-access version 1255 2020-12-28 15:15:37 +00:00
.gitattributes early-access version 1255 2020-12-28 15:15:37 +00:00
.gitignore early-access version 1255 2020-12-28 15:15:37 +00:00
.travis.yml early-access version 1255 2020-12-28 15:15:37 +00:00
API-CHANGES.md early-access version 1255 2020-12-28 15:15:37 +00:00
AUTHORS early-access version 1255 2020-12-28 15:15:37 +00:00
CMakeLists.txt early-access version 1255 2020-12-28 15:15:37 +00:00
FindNettle.cmake early-access version 1255 2020-12-28 15:15:37 +00:00
INSTALL.md early-access version 1255 2020-12-28 15:15:37 +00:00
LICENSE early-access version 1255 2020-12-28 15:15:37 +00:00
NEWS.md early-access version 1255 2020-12-28 15:15:37 +00:00
README.md early-access version 1255 2020-12-28 15:15:37 +00:00
THANKS early-access version 1255 2020-12-28 15:15:37 +00:00
TODO.md early-access version 1255 2020-12-28 15:15:37 +00:00
appveyor.yml early-access version 1255 2020-12-28 15:15:37 +00:00
cmake-config.h.in early-access version 1255 2020-12-28 15:15:37 +00:00
cmake-zipconf.h.in early-access version 1255 2020-12-28 15:15:37 +00:00
create-cmake-config.h.in.pl early-access version 1255 2020-12-28 15:15:37 +00:00
libzip.pc.in early-access version 1255 2020-12-28 15:15:37 +00:00

README.md

This is libzip, 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. Decryption and encryption of Winzip AES and decryption of 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 libzip@nih.at.

Travis Build Status Appveyor Build status Coverity Status