-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
28 lines (28 loc) · 1.12 KB
/
Copy pathbuild.zig.zon
File metadata and controls
28 lines (28 loc) · 1.12 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
.{
.name = .zig_mos_examples,
.version = "0.1.0",
.dependencies = .{
.@"mega65-libc" = .{
.url = "git+https://github.com/mega65/mega65-libc#49f2f115d3d45da9475f00a34250587df472fe3a",
.hash = "N-V-__8AAEi4BQCsQLqubPd2GuG1KltNMZ_pi0pkpZiczpfs",
.lazy = true,
},
.@"llvm-mos-sdk" = .{
.url = "git+https://github.com/llvm-mos/llvm-mos-sdk#95bf367e953f6da89371e18c72791f8a8738fdac",
.hash = "N-V-__8AACVBLAD3oo37t4dW7jIRfh9tPEARwcQC3UM5BJ8E",
},
.apple2 = .{
.url = "git+https://github.com/TheHans255/apple-ii-port-work#31fde9997cfb4a5e98a9d0fc0efaf869fbedeb1f",
.hash = "N-V-__8AAIzPAQDlio9aQBDM199SjX-qme9i0IIUuqp2IX0v",
.lazy = true,
},
.picolibc = .{
.url = "git+https://gitlab.com/kassane/picolibc-zig#4d418bb7493970738a1de6251d4386027f88d545",
.hash = "picolibc-1.8.11-h5ad4HlKAwBxo1ITn_yuLf-Y9w9QMx-FW5raOC4IwpFq",
.lazy = true,
},
},
.minimum_zig_version = "0.16.0",
.paths = .{"."},
.fingerprint = 0xef7e1a49b21e396f,
}