forked from kristoff-it/zine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
54 lines (54 loc) · 2.6 KB
/
build.zig.zon
File metadata and controls
54 lines (54 loc) · 2.6 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
45
46
47
48
49
50
51
52
53
54
.{
.name = .zine,
.version = "0.11.2",
.fingerprint = 0xa466bcb520a7eea2,
.minimum_zig_version = "0.16.0",
.dependencies = .{
.lsp_kit = .{
.url = "git+https://github.com/zigtools/lsp-kit#ec325a3c33d1da7708cf513355208f74d9560580",
.hash = "lsp_kit-0.1.0-bi_PL_kyDACVTEhLaMq2-PJx0MocqRyjXDAN0ybMUyQQ",
},
.scripty = .{
.url = "git+https://github.com/kristoff-it/scripty#154779b47be67f766ee13080ce7aa68a18daebd9",
.hash = "scripty-0.1.0-LKK5OwTdAACftzrZyMpWZUJ7OLyI3UwAwqQfE2cdgRoO",
},
.tracy = .{
.url = "git+https://github.com/kristoff-it/tracy#67d2d89e351048c76fc6d161e0ac09d8a831dc60",
.hash = "tracy-0.0.0-4Xw-1pwwAABTfMgoDP1unCbZDZhJEfict7XCBGF6IdIn",
},
.mime = .{
.url = "git+https://github.com/kristoff-it/mime#a2ed0cba3b1463217168034ffed8c1604e72598d",
.hash = "mime-3.0.0-zwmL--0gAAByELrj57sRm2EFBRzjKLFrMgHQcs7sFZev",
},
.wuffs = .{
.url = "git+https://github.com/allyourcodebase/wuffs#6fd35cb51e90c4f69c64f3a2c28eb8aa36dc9c8b",
.hash = "wuffs-0.4.0-alpha.9+3837.20240914-3CHJgRMKAAAuMytwtlaBGjTMPVuDQSnCE3qMGg2NDTfr",
},
.frameworks = .{
.url = "git+https://code.hexops.org/hexops/xcode-frameworks.git#8a1cfb373587ea4c9bb1468b7c986462d8d4e10e",
.hash = "N-V-__8AALShqgXkvqYU6f__FrA22SMWmi2TXCJjNTO1m8XJ",
.lazy = true,
},
.superhtml = .{
.url = "git+https://github.com/kristoff-it/superhtml#248895ac07370464248d7af7b83213a3a80f510c",
.hash = "superhtml-0.6.2-Y7MdPCRFJACeDRBHLwVYloNaB9uSo3U6os3ZPyudlJLT",
},
.zeit = .{
.url = "git+https://github.com/rockorager/zeit?ref=0.16#fdaad9c5884f41a3640c768f4f9fc116e763c321",
.hash = "zeit-0.6.0-5I6bk3K6AgCFnc_9CN7KJjaeNJz1VuwP4DA7Gs9vgxuz",
},
.flow_syntax = .{
.url = "git+https://github.com/neurocyte/flow-syntax#12a8e42b8b9b71166090c773f0fd9a7bddebab58",
.hash = "flow_syntax-0.7.2-X8jOofVaAQAXpiaYN0_DkpnspNKz2GhcoNgqgeO-lBrF",
},
.ziggy = .{
.url = "git+https://github.com/kristoff-it/ziggy?ref=old#0fdd57cbb052e7aa5930b3ed960ea3450f9dc2b0",
.hash = "ziggy-0.1.0-kTg8v15ABgBGDedRmKfxGUWBxSxMBnEfYjazvZKVVrzP",
},
.supermd = .{
.url = "git+https://github.com/kristoff-it/supermd#44ee1fe6c697d289832125bd894f8f621322df57",
.hash = "supermd-0.1.0-3Mco3COYWADsmlFpwymglxJFs_hQNs22819xlGowQiuV",
},
},
.paths = .{"."},
}