-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathbuild.zig.zon
44 lines (44 loc) · 2.17 KB
/
build.zig.zon
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 = "zine",
.version = "0.0.0",
.dependencies = .{
.supermd = .{
.url = "git+https://github.com/kristoff-it/supermd#ea63b86e951f0d765ac2b05db360ef85c50b1fde",
.hash = "12208f47d32f3f2cf48bb28efc3e3b5237f30e0f0ae858130ca43c50b639f70661b8",
},
.scripty = .{
.url = "git+https://github.com/kristoff-it/scripty#d1b0b5ba333ee518352ef371ae23ead015fda313",
.hash = "12205f32c4752f2521f7e399bd494c202f1abe2731388cc0d947ed29e806813190ee",
},
.superhtml = .{
.url = "git+https://github.com/kristoff-it/superhtml#e6eba40bf54dd94d842154be0389c53a37be8dc8",
.hash = "12205698b44f40f56b59f98ea7304421338823a0b24722f49e5546a3449edeb0a09b",
},
.mime = .{
.url = "git+https://github.com/andrewrk/mime.git#0b676643886b1e2f19cf11b4e15b028768708342",
.hash = "12209083b0c43d0f68a26a48a7b26ad9f93b22c9cff710c78ddfebb47b89cfb9c7a4",
},
.zeit = .{
.url = "git+https://github.com/rockorager/zeit#52b100caa223d5cb1ff0d34f1b677f26e0ce8b84",
.hash = "1220e97357cc39f4f9f053c763f3ec1623e0c7f3999f185746f2bd9bf9b5c5551392",
},
.@"flow-syntax" = .{
.url = "git+https://github.com/neurocyte/flow-syntax?ref=zig-0.14#3711541e089780e4da3bd7294990ba60e5ea50bc",
.hash = "12208b28892561181dbc85097fc6a033a442d7816a5012804ed261cd4091a2567b28",
},
.@"zig-afl-kit" = .{
.url = "git+https://github.com/kristoff-it/zig-afl-kit#f003bfe714f2964c90939fdc940d5993190a66ec",
.hash = "1220f2d8402bb7bbc4786b9c0aad73910929ea209cbd3b063842371d68abfed33c1e",
.lazy = true,
},
.wuffs = .{
.url = "git+https://github.com/allyourcodebase/wuffs#818c8ad6607dd5c1ee571362fdb9813b744ee548",
.hash = "1220e4ee09c4fa2d90a9cc7f34f14e04be55a779c84d486696fa9f9ab98ade35409d",
},
.ziggy = .{
.url = "git+https://github.com/kristoff-it/ziggy#3518133e9ebea7c372eff4def368eda8488fad18",
.hash = "12209b6577a9c749085c2c5c9c7e4fb24adc9db7ee4a88f126616110667a600279ac",
},
},
.paths = .{"."},
}