Minimal API
One function to create a project. No boilerplate, no complexity.
A minimal, efficient library that wraps std.Build for Zig
buildx.zig is a minimal build system library for Zig that wraps std.Build with a single project() function. One call sets up compilation, installation, testing, and running - with full access to the underlying std.Build when you need more.
TIP
If you build with buildx.zig, make sure to give it a star.
NOTE
Project maturity: This project aims to be production-ready and is actively maintained. It is still a new project and not yet widely adopted. Feel free to use it in your projects.
Related Zig projects: