flycast/core/deps/libzip
Flyinghead 3193d2cf5d quick'n'dirty cmake 4.0 support 2025-04-02 14:20:33 +02:00
..
.github deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
android deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
cmake deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
cmake-compat windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
examples deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
lib quick'n'dirty cmake 4.0 support 2025-04-02 14:20:33 +02:00
man deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
regress deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
src deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
.clang-format deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
API-CHANGES.md deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
AUTHORS windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
CMakeLists.txt quick'n'dirty cmake 4.0 support 2025-04-02 14:20:33 +02:00
INSTALL.md deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
LICENSE deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
NEWS.md deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
README.md deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
SECURITY.md deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
THANKS deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
TODO.md deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
appveyor.yml deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
cmake-config.h.in deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
cmake-zipconf.h.in windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
libzip-config.cmake.in deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00
libzip.pc.in deps: update libzip to version 1.10.1 2024-02-27 17:39:51 +01:00

README.md

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.

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.

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

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.

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.

If you want to reach the authors in private, use info@libzip.org.

Github Actions Build Status Appveyor Build status Coverity Status