libzip
libzip is a C library for reading, creating, and modifying ZIP archives. It provides a stable API that allows programs to access ZIP file contents without external tools and to build or alter archives programmatically.
The library offers APIs to open and close ZIP archives, enumerate entries, and access or modify the
libzip is written in C and designed to be portable across major platforms, including Unix-like systems and
Typical use scenarios include packaging and distribution tools, data export and import utilities, and any application