-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
25 lines (25 loc) · 924 Bytes
/
Copy pathbuild.zig.zon
File metadata and controls
25 lines (25 loc) · 924 Bytes
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 = .nvuv,
.version = "0.2.6",
.fingerprint = 0x41ef1274ed5bfde3,
.minimum_zig_version = "0.17.0-dev",
.dependencies = .{
.nvml = .{
.url = "https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvml_dev/linux-x86_64/cuda_nvml_dev-linux-x86_64-13.3.29-archive.tar.xz",
.hash = "N-V-__8AABgvGACTupA-FBe1X6ND6GWuiyGf5SUjm-w2FLeL",
},
.toml = .{
.url = "git+https://github.com/sam701/zig-toml#de542063f104e0ffb87bef19c55131ab0fbbc0b7",
.hash = "toml-0.3.0-bV14BaWMAQBmIxIiAqiMID-5sOpd41iZHrGCz0_fYUOh",
},
.clap = .{
.url = "git+https://github.com/Hejsil/zig-clap#e91d66b1abba2024cd2e816426f14d233d3dad9a",
.hash = "clap-0.12.0-oBajB2LpAQD1BQpAukHcuwhIUoHWYNy2DzU6lDW2v2N8",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}