summaryrefslogtreecommitdiff
path: root/vere/ext/nasm/build.zig.zon
blob: b45ff7793d9b2c768ba540c4ec838766c7cfc2f3 (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
.{
    .name = .nasm,
    .version = "2.16.1-4",
    .fingerprint = 0x84b9c9eb77047d27,
    .minimum_zig_version = "0.14.0",
    .paths = .{
        "LICENSE",
        "README.md",
        "asm",
        "build.zig",
        "build.zig.zon",
        "common",
        "config",
        "disasm",
        "headers",
        "include",
        "macros",
        "misc",
        "nasmlib",
        "output",
        "perllib",
        "stdlib",
        "x86",
    },
}