Libzip
libzip.org
libzip - libzip
If you have developed an application using libzip, you can find out about API changes and how to adapt your code for them in API Changes.
News
A C library for reading, creating, and modifying zip archives · Current version is 1.11.4
Download
A C library for reading, creating, and modifying zip archives.
Packages
A C library for reading, creating, and modifying zip archives · Current version is 1.11.4
Reference
A C library for reading, creating, and modifying zip archives · Current version is 1.11.4
Factsheet
libzip
Developers Dieter Baron, Thomas Klausner
Stable release 1.11.4
/ 23 May 2025; 12 months ago (23 May 2025)
/ 23 May 2025; 12 months ago (23 May 2025)
libzip
Developers Dieter Baron, Thomas Klausner
Stable release 1.11.4
/ 23 May 2025; 12 months ago (23 May 2025)
/ 23 May 2025; 12 months ago (23 May 2025)
GitHub
github.com › nih-at › libzip
GitHub - nih-at/libzip: A C library for reading, creating, and modifying zip archives. · GitHub
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.
Starred by 1K users
Forked by 314 users
Languages C 90.3% | CMake 9.1%
GitHub
github.com › winlibs › libzip
GitHub - winlibs/libzip: C library for reading, creating, and modifying zip archives · GitHub
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.
Starred by 10 users
Forked by 2 users
Languages C 89.8% | CMake 9.5%
Libzip
libzip.org › documentation
Documentation · libzip
A C library for reading, creating, and modifying zip archives · Current version is 1.11.4
Google
chromium.googlesource.com › external › github.com › nih-at › libzip › + › refs › heads › main › API-CHANGES.md
libzip API changes
This file describes changes in the libzip API and how to adapt your code for them.
GitHub
github.com › aburgh › libzip › blob › master › API-CHANGES
libzip/API-CHANGES at master · aburgh/libzip
* libzip API changes · · This file describes changes in the libzip API and how to adapt your · code for them. · You can define ZIP_DISABLE_DEPRECATED before including <zip.h> to hide · prototypes for deprecated functions, to find out about functions that ·
Author aburgh
GitHub
github.com › deepin-community › libzip
GitHub - deepin-community/libzip · GitHub
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.
Author deepin-community
GitHub
github.com › aseprite › libzip
GitHub - aseprite/libzip: libzip mirror · GitHub
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.
Author aseprite
GitHub
github.com › MCMrARM › libzip
GitHub - MCMrARM/libzip: A mirror of the 1.1.3 LibZIP release · GitHub
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.
Author MCMrARM
Libzip
libzip.org › API-CHANGES
API Changes · libzip
This file describes changes in the libzip API and how to adapt your code for them.
FreshPorts
freshports.org › archivers › libzip
FreshPorts -- archivers/libzip: 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. The API is documented by man pages.
Debian
packages.debian.org › unstable › libzip-dev
Debian -- Details of package libzip-dev in sid
This package contains the static libraries and headers for developing applications that use the libzip library API.
Linux Man Pages
linux.die.net › man › 3 › libzip
libzip(3) - Linux man page
libzip - library for manipulating zip archives · libzip (-lzip) #include <zip.h> libzip is a library for reading, creating, and modifying zip archives. Below there are two sections listing functions: one for how to read from zip archives and one for how to create/modify them.
Libzip
libzip.org › documentation › libzip.html
libzip · libzip
Maintain a stable API without breaking backwards compatibility. Do not create corrupt files, even in case of errors. Do not delete data. Be efficient. For this reason, when modifying zip archives, libzip writes to a temporary file and replaces the original zip archive atomically.
FreeBASIC Wiki
freebasic.net › wiki › wikka.php
libzip - FreeBASIC Wiki Manual | FBWiki
If (bytes = 0) Then Exit Do End ... Then Print "could not open input file " & archive Return End If '' For each file in the .zip... (really nice API, thanks libzip) For i As Integer = 0 To (zip_get_num_entries(zip, 0) - 1) unpack_zip_file(zip, i) Next zip_close(zip) End Sub ...
Debian
packages.debian.org › bullseye › libzip-dev
Debian -- Details of package libzip-dev in bullseye
This package contains the static libraries and headers for developing applications that use the libzip library API.
