Aquila is a federated package index and CI system for the Zig programming language built about the Zigmod package manager.
It should be known that the Zig project plans on building a package manager into the zig
command itself, so when that is released this registry will be updated to work with that. Until then, importing projects will fail if the git repo does not have a zig.mod
file in its root defining its properties.
You can get a zig.mod
of your very own by running
zigmod init
.