space-game001/thirdparty/libzip-1.11.3
2025-04-07 17:58:33 +06:00
..
.github test emcription 2025-03-28 16:37:05 +06:00
android test emcription 2025-03-28 16:37:05 +06:00
build-emcmake base works on browser and laptop 2025-04-07 17:58:33 +06:00
cmake test emcription 2025-03-28 16:37:05 +06:00
cmake-compat test emcription 2025-03-28 16:37:05 +06:00
examples test emcription 2025-03-28 16:37:05 +06:00
lib test emcription 2025-03-28 16:37:05 +06:00
man test emcription 2025-03-28 16:37:05 +06:00
ossfuzz test emcription 2025-03-28 16:37:05 +06:00
regress test emcription 2025-03-28 16:37:05 +06:00
src test emcription 2025-03-28 16:37:05 +06:00
.clang-format test emcription 2025-03-28 16:37:05 +06:00
API-CHANGES.md test emcription 2025-03-28 16:37:05 +06:00
appveyor.yml test emcription 2025-03-28 16:37:05 +06:00
AUTHORS test emcription 2025-03-28 16:37:05 +06:00
CMakeLists.txt base works on browser and laptop 2025-04-07 17:58:33 +06:00
config.h.in test emcription 2025-03-28 16:37:05 +06:00
INSTALL.md test emcription 2025-03-28 16:37:05 +06:00
libzip-config.cmake.in test emcription 2025-03-28 16:37:05 +06:00
libzip.pc.in test emcription 2025-03-28 16:37:05 +06:00
LICENSE test emcription 2025-03-28 16:37:05 +06:00
NEWS.md test emcription 2025-03-28 16:37:05 +06:00
README.md test emcription 2025-03-28 16:37:05 +06:00
SECURITY.md test emcription 2025-03-28 16:37:05 +06:00
THANKS test emcription 2025-03-28 16:37:05 +06:00
TODO.md test emcription 2025-03-28 16:37:05 +06:00
vcpkg.json test emcription 2025-03-28 16:37:05 +06:00
zipconf.h.in test emcription 2025-03-28 16:37:05 +06:00

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 Fuzzing Status