-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
32 lines (31 loc) · 1.29 KB
/
build.zig.zon
File metadata and controls
32 lines (31 loc) · 1.29 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
// zig fmt: off
.{
.name = "capstone",
.version = "0.0.1",
.dependencies = .{
.gtest_upstream = .{
.url = "https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz",
.hash = "1220f76996fe071a0380b8b9d10b5ebade8dbc6a53d6ab281b3c97e7e20fd75e3b79",
},
.argparse = .{
.url = "https://github.com/p-ranav/argparse/archive/refs/tags/v3.0.tar.gz",
.hash = "122085b939c2c75971aec88d51fc62a2fada8d44f3fe101a958519b24ffdc8217b7f",
},
.cl_headers_upstream = .{
.url = "https://github.com/KhronosGroup/OpenCL-Headers/archive/refs/tags/v2023.12.14.tar.gz",
.hash = "1220694f71bac503053cb4746b73e3e61a7392565200de46decfd74a23818b54c287",
},
.cl_hpp = .{
.url = "https://github.com/KhronosGroup/OpenCL-CLHPP/archive/refs/tags/v2024.05.08.tar.gz",
.hash = "12202890218d12ec96401ee4b7c4ae9046e22c9e3a6a7f1eb899a5399e0740bad03d",
},
.ocl_icd = .{
.url = "https://github.com/KhronosGroup/OpenCL-ICD-Loader/archive/refs/tags/v2024.05.08.tar.gz",
.hash = "122094ab49ec628c28a96be6476f386a27b13de464d832bbc6d4f8681d2de1da0eea",
}
},
.paths = .{
"build.zig",
"build.zig.zon"
}
}