https://github.com/nektro/zigmod
📦 A package manager for the Zig programming language.
https://github.com/nektro/zigmod
package-manager zig
Last synced: 26 days ago
JSON representation
📦 A package manager for the Zig programming language.
- Host: GitHub
- URL: https://github.com/nektro/zigmod
- Owner: nektro
- License: mit
- Created: 2020-11-09T22:56:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T09:14:14.000Z (4 months ago)
- Last Synced: 2025-04-13T14:06:29.152Z (about 2 months ago)
- Topics: package-manager, zig
- Language: Zig
- Homepage:
- Size: 737 KB
- Stars: 840
- Watchers: 7
- Forks: 38
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.sh
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - nektro/zigmod
- awesome-zig - zigmod🗒️A package manager for the Zig programming language
README
# zigmod

[](https://github.com/nektro/zigmod/blob/master/LICENSE)
[](https://discord.gg/P6Y4zQC)
[](https://github.com/nektro/zigmod/releases/latest)
[](https://github.com/nektro/zigmod/releases)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 `0.13.0`
- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)### Build from Source
```
$ git clone https://github.com/nektro/zigmod
$ cd zigmod
$ zig build -j1
```## Usage
Check out our [docs](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](docs/tutorial.md).
A package index for Zigmod packages is also available at https://aquila.red/.
## Contact
- [email protected]
- https://twitter.com/nektro## License
MIT