Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nektro/zigmod
📦 A package manager for the Zig programming language.
https://github.com/nektro/zigmod
package-manager zig
Last synced: 1 day 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:19:53.000Z (2 months ago)
- Last Synced: 2025-01-03T01:12:25.419Z (9 days ago)
- Topics: package-manager, zig
- Language: Zig
- Homepage:
- Size: 709 KB
- Stars: 791
- Watchers: 6
- Forks: 35
- Open Issues: 20
-
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
![loc](https://sloc.xyz/github/nektro/zigmod)
[![license](https://img.shields.io/github/license/nektro/zigmod.svg)](https://github.com/nektro/zigmod/blob/master/LICENSE)
[![discord](https://img.shields.io/discord/551971034593755159.svg?logo=discord)](https://discord.gg/P6Y4zQC)
[![release](https://img.shields.io/github/v/release/nektro/zigmod)](https://github.com/nektro/zigmod/releases/latest)
[![downloads](https://img.shields.io/github/downloads/nektro/zigmod/total.svg)](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