summaryrefslogtreecommitdiff
path: root/vere/pkg/noun/build.zig.zon
blob: a5c72a90d976a0f64a5d5a88806ed933a068aeac (plain)
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 = .noun,
    .fingerprint = 0x417412dd00c7ed8c,
    .version = "0.0.1",
    .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 = "../c3",
        },
        .pkg_ent = .{
            .path = "../ent",
        },
        .pkg_ur = .{
            .path = "../ur",
        },
        .backtrace = .{
            .path = "../../ext/backtrace",
        },
        .gmp = .{
            .path = "../../ext/gmp",
        },
        .murmur3 = .{
            .path = "../../ext/murmur3",
        },
        .openssl = .{
            .path = "../../ext/openssl",
        },
        .pdjson = .{
            .path = "../../ext/pdjson",
        },
        .sigsegv = .{
            .path = "../../ext/sigsegv",
        },
        .softblas = .{
            .path = "../../ext/softblas",
        },
        .softfloat = .{
            .path = "../../ext/softfloat",
        },
        .unwind = .{
            .path = "../../ext/unwind",
        },
        .urcrypt = .{
            .path = "../../ext/urcrypt",
        },
        .whereami = .{
            .path = "../../ext/whereami",
        },
        .zlib = .{
            .url = "https://github.com/allyourcodebase/zlib/archive/61e7df7e996ec5a5f13a653db3c419adb340d6ef.tar.gz",
            .hash = "zlib-1.3.1-ZZQ7lbYMAAB1hTSOKSXAKAgHsfDcyWNH_37ojw5WSpgR",
        },
        .wasm3 = .{
            .path = "../../ext/wasm3",
        },
        .tracy = .{
            .path = "../../ext/tracy",
        },
    },
    .paths = .{
        "",
    },
}