Automic VaultAutomic Vault

brew

libzzip mit Homebrew, MacPorts installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für libzzip in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install libzzip

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install libzzip

MacPorts ports tree · archivers/libzzip/Portfile · Quelle: api.github.com

Überblick

Paketzusammenfassung

Library providing read access on ZIP-archives

Befehle und Aliase

  • unzip-mem
  • unzzip
  • unzzip-big
  • unzzip-mem
  • unzzip-mix
  • zzcat
  • zzdir
  • zzxorcat
  • zzxorcopy
  • zzxordir

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 1999: Tomi Ollila explored ZIP decoder routines that became part of zziplib's ancestry.
  • 2000-06-01: The zziplib ZIP access documentation was created.
  • 2002-04: Ollila gave up remaining zip08x copyright restrictions and pointed the zip08x README to zziplib, according to the project history.
  • 2002-07-20: The programmer interface documentation described zzip_open and related POSIX-like APIs.
  • 2017: The project moved to GitHub for collaboration.

Related projects

  • zziplib depends on zlib for decompression and sits near Info-ZIP, PKWARE ZIP specifications, zipios++, SDL resource-loading examples, Java JAR files, Quake PK3 files, and OpenOffice or StarOffice ZIP-based document formats.

Sicherheitslage

Risikostufe: grün

library-like package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • library-like package without higher-risk signals

Signale

  • metadata:library-like

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 2 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
unzip-memcliglobales Executable
unzzipcliglobales Executable
unzzip-bigcliglobales Executable
unzzip-memcliglobales Executable
unzzip-mixcliglobales Executable
zzcatcliglobales Executable
zzdircliglobales Executable
zzxorcatcliglobales Executable
zzxorcopycliglobales Executable
zzxordircliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-08
Manager-Version0.13.80
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.13.80

https://github.com/gdraheim/zziplib

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:libzzip
Version0.13.80
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/libzzip
Homepagehttps://github.com/gdraheim/zziplib
Repositoryhttps://github.com/gdraheim/zziplib
Upstream-Dokumentationhttps://github.com/gdraheim/zziplib#readme
LizenzLGPL-2.0-or-later OR MPL-1.1
Quellarchivhttps://github.com/gdraheim/zziplib/archive/refs/tags/v0.13.80.tar.gz
Build-Abhängigkeitencmake, pkgconf
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelibzzip
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

MacPorts95%

libzzip

sudo port install libzzip
  • normalized package name match
  • Abgeglichen nach: Libzzip
MacPorts ports tree · api.github.com · MacPorts ports tree: archivers/libzzip/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment