zigmod icon indicating copy to clipboard operation
zigmod copied to clipboard

📦 A package manager for the Zig programming language.

Results 29 zigmod issues
Sort by recently updated
recently updated
newest added
trafficstars

After `fetch`ing the depency, the module is available in `zig build run`, but not `zig build test` ```powershell PS C:\Users\nicky\zisp> zig build run 32 PS C:\Users\nicky\zisp> zig build test zig...

Thank you for your great work! Zigmod is so easy to use. But I noticed that in `v0.11.0`, [a simple but 'mature enough' package management feature](https://ziglang.org/download/0.11.0/release-notes.html#Package-Management) was added. Some zig...

In my zigmod.yml, I have: ```yaml dependencies: - { src: git https://github.com/marlersoft/zigwin32, only_os: windows } - { src: system_lib dwrite, only_os: windows } ``` This works well enough when using...

enhancement
wontfix

- `zig build test` holds the output so you can't see the progress as it runs - print nothing on success - by default will cache not only builds but...

enhancement

explained here https://mlog.nektro.net/posts/2023/making-zigmod-more-friendly-to-system-package-managers/ this will make it far easier for system managers to package applications that use Zigmod.

enhancement

I don't understand why it's impossible to add a local package? Seems like this to me is more important than remote packages, why is this preferred over Gyro which is...

Adds a job to run [ZLint](https://github.com/DonIsaac/zlint) in CI. I've also fixed all `unused-decls` violations.

Hi, how can I use system env HTTPS_PROXY when zpm do fetch? Thanks.