macOS
brew install libzziplocal Homebrew formula metadata
sudo port install libzzipMacPorts ports tree · archivers/libzzip/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für libzzip in AI-Agent-Workflows.
Installation
brew install libzziplocal Homebrew formula metadata
sudo port install libzzipMacPorts ports tree · archivers/libzzip/Portfile · Quelle: api.github.com
Überblick
Library providing read access on ZIP-archives
Verlauf
ZZIPlib is a lightweight C library for read access to ZIP archives and unpacked data, best known for POSIX-shaped zzip_ functions that can make zipped resources look file-like to an application.
The official history says Guido Draheim developed zziplib from Tomi Ollila's zip08x work. The API documentation says Draheim picked up Ollila's ZIP decoder routines and wrapped them with call signatures resembling POSIX file APIs, so zzip_open has the same general shape as open(2) but can open zipped files.
The SourceForge documentation dates the ZIP access page to June 1, 2000 and the programmer interface page to July 20, 2002. The project page notes that it was later hosted on GitHub, and the GitHub repository summary says the project originated in 1999, was adopted by Guido Draheim in 2000, and moved to GitHub in 2017 for easier collaboration.
zziplib found its niche in applications that wanted to bundle many read-only resource files into a single ZIP while keeping code close to ordinary file and directory access. The documentation explicitly names game and graphics application developers as requesters of extension and custom I/O support.
Its model is intentionally narrower than full ZIP tools: applications can create archives with ordinary zip/unzip utilities and then ship zziplib only for final read access. That made it attractive for packaged games, resource archives, and embedded or portable software where a small zlib-based reader was enough.
Developers can call direct ZIP APIs such as zzip_dir_open and zzip_file_open, or use magic wrappers such as zzip_open, zzip_read, and zzip_close. The extension I/O layer lets applications recognize ZIP-derived formats such as JAR or game-resource extensions and route reads through custom handlers.
ZZIPlib is interesting because it captures an old packaging trick: ship assets as ZIP files but let code pretend they are files. The LGPL/MPL licensing, zlib dependency, POSIX-like API, SDL-oriented examples, and odd collection of small tools make it a very package-nerd archive library.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
unzip-mem | cli | globales Executable | |
unzzip | cli | globales Executable | |
unzzip-big | cli | globales Executable | |
unzzip-mem | cli | globales Executable | |
unzzip-mix | cli | globales Executable | |
zzcat | cli | globales Executable | |
zzdir | cli | globales Executable | |
zzxorcat | cli | globales Executable | |
zzxorcopy | cli | globales Executable | |
zzxordir | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/gdraheim/zziplib
Installationsmetadaten
| Paketschlüssel | brew:libzzip |
|---|---|
| Version | 0.13.80 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/libzzip |
| Homepage | https://github.com/gdraheim/zziplib |
| Repository | https://github.com/gdraheim/zziplib |
| Upstream-Dokumentation | https://github.com/gdraheim/zziplib#readme |
| Lizenz | LGPL-2.0-or-later OR MPL-1.1 |
| Quellarchiv | https://github.com/gdraheim/zziplib/archive/refs/tags/v0.13.80.tar.gz |
| Build-Abhängigkeiten | cmake, pkgconf |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libzzip |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
libzzip
sudo port install libzzipQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.