-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
37 lines (37 loc) · 1.51 KB
/
build.zig.zon
File metadata and controls
37 lines (37 loc) · 1.51 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
.{
.name = .neutils,
.version = "0.9.5",
.dependencies = .{
.zigdown = .{
.url = "https://github.com/JacobCrabill/zigdown/archive/refs/tags/v1.2.1.tar.gz",
.hash = "zigdown-1.2.1-M06JT5IzFgDTiRC66WcjynfIDs36nQocT40xNfys-wuq",
},
.kewpie = .{
.url = "git+https://github.com/weskoerber/kewpie#001fe8addccbf3ce171b31c6281cf82f2c487356",
.hash = "kewpie-0.1.0-PG0ir0IzAABsQr2dPBazNu4Okyt7MX2b2cjbVGP76NkH",
},
.cli = .{
.url = "https://github.com/sam701/zig-cli/archive/cb44aade25a3c1eddd8b6f990b50c2189442c1e2.tar.gz",
.hash = "cli-0.10.0-2eKe_5kEAQBeHqKxUHNTGnETzu81rqKWwT1WPt1jXBt0",
},
.zigfsm = .{
.url = "git+https://github.com/cryptocode/zigfsm#d4438aa9a28477bcb6f74f11e2875279aa928afd",
.hash = "zigfsm-0.2.0-9VW4uQY7AQBrx9lNrVJ3PNRPvAX56jJnLBFOL8-vUN25",
},
.humanize = .{
.url = "git+https://github.com/burdzwastaken/zig-humanize#bf713d8165f5fce4db01af5e680d21fc31b074b5",
.hash = "humanize-0.0.5-xH2j9oHcAABixEpQnxZAi_btBp70H8-8OwkuUVM_XJ4e",
},
.whatwg_html = .{
.url = "git+https://github.com/whatwg/html-build/#283a3531a61106d07d9a7d9fb3e6f3b9bfd33d70",
.hash = "N-V-__8AAC1yDQBe7ev1_AAguXlIl0g3dEFO_B-s5O_kJJI4",
},
},
.fingerprint = 0x8cf1dad9242eeacb,
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
.minimum_zig_version = "0.15.2",
}