Registry / utility / minizip-ng

minizip-ng

JSON →
library4.1.0vcpkgunverified

minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.

vcpkg install minizip-ng
INSTALL
IMPORT
SIG · MINIZIP-NG
M
minizip-ng
utilitycppv4.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

minizip-ng/zip.h
#include <minizip-ng/zip.h>

Create and close a zip archive.

#include <minizip-ng/zip.h> #include <stdio.h> int main() { zip_t *zip = zip_open("test.zip", ZIP_CREATE, nullptr); if (zip) { zip_close(zip); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

minizip-ng — pip install minizip-ng · libregistry