A package manager for the Zig programming language.
- Zig master (at least
0.10.0-dev.2412+4e918873e
) - See
zig.mod
andzigmod.lock
Initially,
$ git clone https://github.com/nektro/zigmod --recursive
$ cd zigmod
$ zig build -Dbootstrap
$ ./zig-out/bin/zigmod fetch
To build,
$ zig build
$ ./zig-out/bin/zigmod
Check out our docs or the website: https://nektro.github.io/zigmod/.
There is now also a tutorial-style getting started guide that goes over various use cases that Zigmod provides and caters to. It is available here.
A package index for Zigmod packages is also available at https://aquila.red/.
MIT