-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
23 lines (21 loc) · 912 Bytes
/
build.zig.zon
File metadata and controls
23 lines (21 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.{
.name = "ZML Docs Website",
.version = "0.0.0",
.dependencies = .{
.zine = .{
// zine, the original
// .url = "git+https://github.com/kristoff-it/zine?ref=v0.6.1#872c474b33dab2dd35e37bcf156149d20498197c",
// .hash = "1220a59c2cf0e42a6f42cf1bf9b6a6c2691abfd91fcafa0e81a6282c4a197d05c41a",
// modified zine
.url = "git+https://github.com/renerocksai/zine#170567737efc5333b38886cfe83211e011267b24",
.hash = "1220ec97928f9e1f1a95ff8c39a943cf6ebab2ff2e6acb1900aeb7844f906b1ce3aa",
// rene local dev
// .path = "../../renerocksai/zine",
},
.pcre2 = .{
.url = "https://github.com/renerocksai/pcre2/archive/refs/tags/pcre2-10.45.tar.gz",
.hash = "12207d56c8b27a141c793fc596af11e6eca919efbbcf49b04f7803c603e2f6081b1b",
},
},
.paths = .{"."},
}