forked from urbit/vere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
67 lines (67 loc) · 1.65 KB
/
build.zig.zon
File metadata and controls
67 lines (67 loc) · 1.65 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
55
56
57
58
59
60
61
62
63
64
65
66
67
.{
.name = .urbit,
.version = "0.0.1",
.fingerprint = 0x9e228a3003a2736b,
.dependencies = .{
.macos_sdk = .{
.url = "https://github.com/joseluisq/macosx-sdks/releases/download/14.5/MacOSX14.5.sdk.tar.xz",
.hash = "N-V-__8AAKtK4FMzqcFsY_ZrpMg9bGH0h7BqZDXtVyAerMtM",
.lazy = true,
},
.pkg_c3 = .{
.path = "./pkg/c3",
},
.pkg_ent = .{
.path = "./pkg/ent",
},
.pkg_ur = .{
.path = "./pkg/ur",
},
.pkg_noun = .{
.path = "./pkg/noun",
},
.pkg_vere = .{
.path = "./pkg/vere",
},
.curl = .{
.path = "./ext/curl",
},
.gmp = .{
.path = "./ext/gmp",
},
.h2o = .{
.path = "./ext/h2o",
},
.libuv = .{
.path = "./ext/libuv",
},
.lmdb = .{
.path = "./ext/lmdb",
},
.natpmp = .{
.path = "./ext/natpmp",
},
.openssl = .{
.path = "./ext/openssl",
},
.sigsegv = .{
.path = "./ext/sigsegv",
},
.urcrypt = .{
.path = "./ext/urcrypt",
},
.whereami = .{
.path = "./ext/whereami",
},
.zlib = .{
.url = "https://github.com/allyourcodebase/zlib/archive/0918e87b7629b9c6a50a08edd0ce30d849758faf.tar.gz",
.hash = "zlib-1.3.1-AAAAACEMAAA0qyoSrfgBb_p25ItL4yRf_TBRk-26TYMF",
},
.wasm3 = .{
.path = "./ext/wasm3",
},
},
.paths = .{
"",
},
}