minizip
brew install minizip
v1.3.2_1
Zlib
C library for reading and writing ZIP archives using zlib compression.
Why you might care
Minizip provides a minimal, portable C API for ZIP file operations without external dependencies beyond zlib. Use it as a build dependency or linked library when you need ZIP support in C/C++ projects but want something lighter than the full Info-ZIP suite. Widely used in embedded and cross-platform applications.
3.9k
30-day installs · #705
12.6k
90-day · #717
46.7k
365-day · #715
Build dependencies
Links
- https://www.winimage.com/zLibDll/minizip.html
- Brew formula source: Formula/m/minizip.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"zlib",
"libzip",
"Info-ZIP"
],
"build_dependencies": [
"autoconf",
"automake",
"libtool"
],
"categories": [
"library",
"compression"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "C library for zip/unzip via zLib",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:02+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "minizip",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://www.winimage.com/zLibDll/minizip.html",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "Minizip: Zip and UnZip additionnal library",
"installs_30d": 3917,
"installs_365d": 46683,
"installs_90d": 12600,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Zlib",
"llm_generated_at": "2026-06-20T23:46:30+00:00",
"llm_model": "claude-haiku-4-5",
"name": "minizip",
"oldnames": [],
"one_liner": "C library for reading and writing ZIP archives using zlib compression.",
"optional_dependencies": [],
"rank_30d": 705,
"rank_365d": 715,
"rank_90d": 717,
"raw_hash": "841ecfe13d11a806",
"recommended_dependencies": [],
"revision": 1,
"ruby_source_path": "Formula/m/minizip.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
{
"unzip": "test"
},
{
"zip": "test"
}
],
"version_head": null,
"version_stable": "1.3.2",
"versioned_formulae": [],
"why_use_this": "Minizip provides a minimal, portable C API for ZIP file operations without external dependencies beyond zlib. Use it as a build dependency or linked library when you need ZIP support in C/C++ projects but want something lighter than the full Info-ZIP suite. Widely used in embedded and cross-platform applications."
}