authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-15 10:32:35 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-16 09:13:20 -08:00
logd63ff74e49810302603039137e43cae4057b3f62
tree49edf2250e802200492047edabbceaac4abfe24b
parent88a33e0f9e1a8a929feed3bf88b3c6f38869ed2c

deps: nektro/zig-yaml: support for | multiline strings


2 files changed, 4 insertions(+), 4 deletions(-)

deps.zig+3-3
...@@ -48,7 +48,7 @@ pub fn fetch(exe: *std.build.LibExeObjStep) void {...@@ -48,7 +48,7 @@ pub fn fetch(exe: *std.build.LibExeObjStep) void {
48 const root = if (@field(package_data, decl.name).store) |_| b.cache_root else ".";48 const root = if (@field(package_data, decl.name).store) |_| b.cache_root else ".";
49 if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? });49 if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? });
50 }50 }
51 exe.step.dependOn(&GitExactStep.create(b, "https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc", "0911d65210fe14467fa73afd5b09d781a3995adc").step);51 exe.step.dependOn(&GitExactStep.create(b, "https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc", "24c01e844396d18a90bbbfb91f8a5a12023e9379").step);
52 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/MasterQ32/zig-uri", "e879df3a236869f92298fbe2db3c25e6e84cfd4c").step);52 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/MasterQ32/zig-uri", "e879df3a236869f92298fbe2db3c25e6e84cfd4c").step);
53 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "209f07cc5861c7bd9c3010a37f32bf6244f9a158").step);53 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "209f07cc5861c7bd9c3010a37f32bf6244f9a158").step);
54 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "1a9b2e90379895e197893b6e19c93bd213ad36e6").step);54 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "1a9b2e90379895e197893b6e19c93bd213ad36e6").step);
...@@ -195,9 +195,9 @@ pub const package_data = struct {...@@ -195,9 +195,9 @@ pub const package_data = struct {
195 .deps = &[_]*Package{ &_tnj3qf44tpeq },195 .deps = &[_]*Package{ &_tnj3qf44tpeq },
196 };196 };
197 pub var _g982zq6e8wsv = Package{197 pub var _g982zq6e8wsv = Package{
198 .store = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/0911d65210fe14467fa73afd5b09d781a3995adc",198 .store = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/24c01e844396d18a90bbbfb91f8a5a12023e9379",
199 .name = "yaml",199 .name = "yaml",
200 .entry = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/0911d65210fe14467fa73afd5b09d781a3995adc/yaml.zig",200 .entry = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/24c01e844396d18a90bbbfb91f8a5a12023e9379/yaml.zig",
201 .deps = &[_]*Package{ &_f7dubzb7cyqe },201 .deps = &[_]*Package{ &_f7dubzb7cyqe },
202 };202 };
203 pub var _c1xirp1ota5p = Package{203 pub var _c1xirp1ota5p = Package{
zigmod.lock+1-1
...@@ -1,5 +1,5 @@...@@ -1,5 +1,5 @@
1212
2git https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc commit-0911d65210fe14467fa73afd5b09d781a3995adc2git https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc commit-24c01e844396d18a90bbbfb91f8a5a12023e9379
3git https://github.com/MasterQ32/zig-uri commit-e879df3a236869f92298fbe2db3c25e6e84cfd4c3git https://github.com/MasterQ32/zig-uri commit-e879df3a236869f92298fbe2db3c25e6e84cfd4c
4git https://github.com/marlersoft/zigwin32 commit-209f07cc5861c7bd9c3010a37f32bf6244f9a1584git https://github.com/marlersoft/zigwin32 commit-209f07cc5861c7bd9c3010a37f32bf6244f9a158
5git https://github.com/nektro/arqv-ini commit-1a9b2e90379895e197893b6e19c93bd213ad36e65git https://github.com/nektro/arqv-ini commit-1a9b2e90379895e197893b6e19c93bd213ad36e6