zopt: low-ceremony command line parsing for Zig
Summary
zopt is a lightweight, schema-on-read CLI argument parser for Zig that emphasizes minimalism and defers help/validation to the surrounding application. The repository README highlights its API surface, usage examples, and a philosophy of staying lean compared to full schema-based parsers. The page also points to the Codeberg-hosted OSS project with links to changelog and examples.