-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
44 lines (44 loc) · 1.49 KB
/
Copy pathbuild.zig.zon
File metadata and controls
44 lines (44 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.{
.name = .ryk,
.version = "0.2.18",
.fingerprint = 0x8ca91f43a74e384b, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0",
.dependencies = .{
.vaxis = .{
.url = "https://github.com/rockorager/libvaxis/archive/ca781b3c01f44a92e5331652823b5a9ce445be96.tar.gz",
.hash = "vaxis-0.6.0-BWNV_Gz5CQBTx7g34RYMPTL-bJhsFCU3ECHQ-CZlBVsn",
.lazy = true,
},
// libvaxis marks this dependency lazy; declare it at the root so a
// TUI-on checkout resolves Unicode without a vendored cache. Both stay
// lazy so `-Dtui=false` does not fetch or link them.
.uucode = .{
.url = "git+https://github.com/jacobsandlund/uucode#2826a37a4562284fdacd8fa029d49509cc9bffcd",
.hash = "uucode-0.2.0-ZZjBPlK5VADj7fdoq7G8LIHzD5o6FSkcBXXrRWr4jnrA",
.lazy = true,
},
.pcre2 = .{
.url = "https://github.com/PCRE2Project/pcre2/archive/5a632d3cf0dbcc6821cfc39cacf88b19f3281791.tar.gz",
.hash = "pcre2-10.48.0-DEV-IZ6r65g2XgCWff6LG-A_f0725If3dXLUGB0udhXAA12p",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"build",
"src",
"README.md",
"LICENSE",
"SECURITY.md",
"CONTRIBUTING.md",
"docs",
"scripts",
"packaging",
"packages",
".github",
"schemas",
"fixtures",
"policies",
"tests",
},
}