zigmod icon indicating copy to clipboard operation
zigmod copied to clipboard

📦 A package manager for the Zig programming language.

zigmod

loc license discord circleci release downloads

A package manager for the Zig programming language.

Zig

  • https://ziglang.org/
  • https://github.com/ziglang/zig
  • https://github.com/ziglang/zig/wiki/Community

Download

  • https://github.com/nektro/zigmod/releases

Built With

  • Zig master (at least 0.10.0-dev.3316+a0d3a87ce)
  • See zig.mod and zigmod.lock

Build from Source

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

Usage

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/.

Contact

License

MIT