macOS
brew install libzziplocal Homebrew formula metadata
sudo port install libzzipMacPorts ports tree · archivers/libzzip/Portfile · ソース: api.github.com
brew
libzzip のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install libzziplocal Homebrew formula metadata
sudo port install libzzipMacPorts ports tree · archivers/libzzip/Portfile · ソース: api.github.com
概要
Library providing read access on ZIP-archives
履歴
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.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
unzip-mem | cli | グローバル実行可能ファイル | |
unzzip | cli | グローバル実行可能ファイル | |
unzzip-big | cli | グローバル実行可能ファイル | |
unzzip-mem | cli | グローバル実行可能ファイル | |
unzzip-mix | cli | グローバル実行可能ファイル | |
zzcat | cli | グローバル実行可能ファイル | |
zzdir | cli | グローバル実行可能ファイル | |
zzxorcat | cli | グローバル実行可能ファイル | |
zzxorcopy | cli | グローバル実行可能ファイル | |
zzxordir | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/gdraheim/zziplib
インストールメタデータ
| パッケージキー | brew:libzzip |
|---|---|
| バージョン | 0.13.80 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/libzzip |
| ホームページ | https://github.com/gdraheim/zziplib |
| リポジトリ | https://github.com/gdraheim/zziplib |
| 上流ドキュメント | https://github.com/gdraheim/zziplib#readme |
| ライセンス | LGPL-2.0-or-later OR MPL-1.1 |
| ソースアーカイブ | https://github.com/gdraheim/zziplib/archive/refs/tags/v0.13.80.tar.gz |
| ビルド依存関係 | cmake, pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libzzip
sudo port install libzzipソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.