zigmod
zigmod copied to clipboard
📦 A package manager for the Zig programming language.
Or something like that. Example configuration: ```yml id: owwzd4yoivw3ux36rm4gz9t3byhbbtdlf9dxal6wm0vodan3 name: web-server license: MIT description: testing things root_dependencies: - git https://github.com/Snektron/vulkan-zig
Please support Pijul for cloning Zig package dependencies. Pijul is an amazing new version control system written in Rust. Unlike Git, Pijul doesn’t suck. It’s based on the theory of...
fixed typos
Seems to work for first glance. TODO: - [x] add channel support (git brach) - [ ] ~add tag support (git tag)~ `pijul tag` does not even work in itself...
This patch adds an `addAllTo()` function under the `pkgs` namespace, this is so that package maintainers can more easily use both gyro and zigmod. It only adds zig packages to...
Hi @nektro , I think I encountered a bug or it can be just be me misusing zigmod ! **Steps to reproduce**: I created a small library [zigmod_dep](https://github.com/ducdetronquito/zigmod_dep) that provide...
How to reproduce: 1. Create a new directory 2. Download https://gist.github.com/locriacyber/100837526561cc6b7f508868cfd33780 as `LICENSE` 3. `zig init-exe` 4. `zigmod init` The process will hang for a long time.