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

being lazy and using old zigmod (from two weeks ago?) to refresh zigmod: ``` gemini$ zigmod fetch fetch: git: https://github.com/marlersoft/zigwin32 git pull failed ``` in the zigwin32 deps directory: ```...

wontfix

Go does this as well to folders in `$GOPATH/pkg/mod`

enhancement

its a little late now but there's no better time than the present. this will allow a package to to specify that it requires a minimum version of Zigmod to...

enhancement

Hi @nektro ! When removing a dependency from a zig.mod file and the run `zigmod fetch`, it correctly update `deps.zig` and `zigmod.lock`, but it does not remove the dependency code...

enhancement

This pull request unifies `zpm add` and `aq add` under a single `add` command like most package managers. The pull request importantly adds the `git` subcommand to the `add` command...

Currently zigmod only looks for `LICENSE` when initializing, some people use suffixed versions such as `LICENSE.txt`, `LICENSE.md` etc. Would be a nice small QoL improvement if it scanned for these...

`deps.zig` fails to compile with a message like so: ``` $ zig build run-simple C:\Users\Alexis Brodeur\Projects\github.com\brodeuralexis\webgpu\deps.zig:67:129: error: invalid escape character: 's' .pkg = Pkg{ .name = "webgpu-backend-dummy", .source = .{...

bug

``` xeptoboot on  main [✘!?] via ↯ v0.10.0-dev.3659+e5e6eb983 ❯ zigmod zpm add mattnite/zzz Segmentation fault at address 0xaaaaaaaaaaaaaaba /opt/hostedtoolcache/zig/zig-linux-x86_64-0.10.0-dev.2412+4e918873e/x64/lib/std/mem/Allocator.zig:177:23: 0x59fbcc in std.mem.Allocator.free (zigmod-aarch64-linux) /opt/hostedtoolcache/zig/zig-linux-x86_64-0.10.0-dev.2412+4e918873e/x64/lib/std/heap/arena_allocator.zig:41:38: 0x5e73a7 in std.heap.arena_allocator.ArenaAllocator.deinit (zigmod-aarch64-linux) /opt/hostedtoolcache/zig/zig-linux-x86_64-0.10.0-dev.2412+4e918873e/x64/lib/std/net.zig:734:33:...

- Use builtin.target instead of std.Target.current - Fix loop check to use is_framework instead of is_sys_lib