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-15 10:32:35 -08:00
log95ba21abea970971586dc95a828013be8279b4e7
tree633d9f38cbafb8edf2cdafe5c1dabe6b8c23dc8c
parent427c26ef185516019500a9d21f24844fd0de2483

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 {
4848 const root = if (@field(package_data, decl.name).store) |_| b.cache_root else ".";
4949 if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? });
5050 }
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);
5252 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/MasterQ32/zig-uri", "e879df3a236869f92298fbe2db3c25e6e84cfd4c").step);
5353 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "209f07cc5861c7bd9c3010a37f32bf6244f9a158").step);
5454 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "1a9b2e90379895e197893b6e19c93bd213ad36e6").step);
......@@ -195,9 +195,9 @@ pub const package_data = struct {
195195 .deps = &[_]*Package{ &_tnj3qf44tpeq },
196196 };
197197 pub var _g982zq6e8wsv = Package{
198 .store = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/0911d65210fe14467fa73afd5b09d781a3995adc",
198 .store = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/24c01e844396d18a90bbbfb91f8a5a12023e9379",
199199 .name = "yaml",
200 .entry = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/0911d65210fe14467fa73afd5b09d781a3995adc/yaml.zig",
200 .entry = "/git/gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc/24c01e844396d18a90bbbfb91f8a5a12023e9379/yaml.zig",
201201 .deps = &[_]*Package{ &_f7dubzb7cyqe },
202202 };
203203 pub var _c1xirp1ota5p = Package{
zigmod.lock+1-1
......@@ -1,5 +1,5 @@
112
2git https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc commit-0911d65210fe14467fa73afd5b09d781a3995adc
2git https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc commit-24c01e844396d18a90bbbfb91f8a5a12023e9379
33git https://github.com/MasterQ32/zig-uri commit-e879df3a236869f92298fbe2db3c25e6e84cfd4c
44git https://github.com/marlersoft/zigwin32 commit-209f07cc5861c7bd9c3010a37f32bf6244f9a158
55git https://github.com/nektro/arqv-ini commit-1a9b2e90379895e197893b6e19c93bd213ad36e6