| author | |
| committer | |
| log | 427c26ef185516019500a9d21f24844fd0de2483 |
| tree | 5b11d182e9c31d9d1d45972de8eeba082dd34cea |
| parent | 113afa43ece8446fe6cb8e509cb21478e2ed215e |
4 files changed, 5 insertions(+), 4 deletions(-)
deps.zig+1-1| ... | @@ -249,7 +249,7 @@ pub const package_data = struct { | ... | @@ -249,7 +249,7 @@ pub const package_data = struct { |
| 249 | pub var _89ujp8gq842x = Package{ | 249 | pub var _89ujp8gq842x = Package{ |
| 250 | .name = "zigmod", | 250 | .name = "zigmod", |
| 251 | .entry = "/../..//src/lib.zig", | 251 | .entry = "/../..//src/lib.zig", |
| 252 | .deps = &[_]*Package{ &_g982zq6e8wsv, &_s84v9o48ucb0, &_2ta738wrqbaq, &_0npcrzfdlrvk, &_ejw82j2ipa0e, &_ocmr9rtohgcc, &_tnj3qf44tpeq, &_2ovav391ivak, &_c1xirp1ota5p, &_u7sysdckdymi, &_iecwp4b3bsfm, &_f7dubzb7cyqe }, | 252 | .deps = &[_]*Package{ &_g982zq6e8wsv, &_s84v9o48ucb0, &_2ta738wrqbaq, &_0npcrzfdlrvk, &_ejw82j2ipa0e, &_ocmr9rtohgcc, &_2ovav391ivak, &_c1xirp1ota5p, &_u7sysdckdymi, &_iecwp4b3bsfm, &_f7dubzb7cyqe }, |
| 253 | }; | 253 | }; |
| 254 | pub var _root = Package{ | 254 | pub var _root = Package{ |
| 255 | }; | 255 | }; |
src/cmd/zpm/search.zig+2-1| ... | @@ -1,6 +1,7 @@ | ... | @@ -1,6 +1,7 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const gpa = std.heap.c_allocator; | 2 | const gpa = std.heap.c_allocator; |
| 3 | const range = @import("range").range; | 3 | const extras = @import("extras"); |
| 4 | const range = extras.range; | ||
| 4 | 5 | ||
| 5 | const zpm = @import("./../zpm.zig"); | 6 | const zpm = @import("./../zpm.zig"); |
| 6 | 7 |
src/cmd/zpm/tags.zig+2-1| ... | @@ -1,6 +1,7 @@ | ... | @@ -1,6 +1,7 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const gpa = std.heap.c_allocator; | 2 | const gpa = std.heap.c_allocator; |
| 3 | const range = @import("range").range; | 3 | const extras = @import("extras"); |
| 4 | const range = extras.range; | ||
| 4 | 5 | ||
| 5 | const zpm = @import("./../zpm.zig"); | 6 | const zpm = @import("./../zpm.zig"); |
| 6 | 7 |
zig.mod-1| ... | @@ -11,7 +11,6 @@ dependencies: | ... | @@ -11,7 +11,6 @@ dependencies: |
| 11 | - src: git https://github.com/nektro/zig-licenses | 11 | - src: git https://github.com/nektro/zig-licenses |
| 12 | - src: git https://github.com/truemedian/zfetch | 12 | - src: git https://github.com/truemedian/zfetch |
| 13 | - src: git https://github.com/nektro/zig-json | 13 | - src: git https://github.com/nektro/zig-json |
| 14 | - src: git https://github.com/nektro/zig-range | ||
| 15 | - src: git https://github.com/nektro/zig-detect-license | 14 | - src: git https://github.com/nektro/zig-detect-license |
| 16 | - src: git https://github.com/nektro/zig-inquirer | 15 | - src: git https://github.com/nektro/zig-inquirer |
| 17 | - src: git https://github.com/nektro/arqv-ini | 16 | - src: git https://github.com/nektro/arqv-ini |