macOS
brew install libzziplocal Homebrew formula metadata
sudo port install libzzipMacPorts ports tree · archivers/libzzip/Portfile · 来源: api.github.com
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.