-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
32 lines (32 loc) · 1.19 KB
/
build.zig.zon
File metadata and controls
32 lines (32 loc) · 1.19 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
.{
.name = .ribbon,
.fingerprint = 0xf11903a43ca0fa41,
.version = "0.1.0-draft+3",
.dependencies = .{
.rg = .{
.url = "git+https://github.com/tiny-bow/rg#7a2ed1ec181222b8c29c5b3e1aeea46488885cd9",
.hash = "rg-0.16.0-dev.2736+3b515fbed-ladK18n0tALxiXONBjxgc91XPBMI4KqBn9BHkyurXaZH",
},
.repl = .{
.url = "git+https://github.com/tiny-bow/repl#42770c5b8d0ffab4cff563e3ff59c74ef4e6ac2b",
.hash = "repl-0.16.0-dev.2736+3b515fbed-f-UafeXSAACcoyl-VOGkVEF5wq0prLg5vdCekrTWVL1b",
},
.r64 = .{
.url = "git+https://github.com/tiny-bow/r64#2fca5ce1ccff8862965db547e7d4eef0dfbc3dab",
.hash = "r64-0.16.0-dev.2736+3b515fbed-zpPL90_FAwBxtnCcqQlGgd4prsgpmP-UiCYtG6ux7zWP",
.lazy = true,
},
.raarch = .{
.url = "git+https://github.com/tiny-bow/raarch#2f4dd25be09a21965dd53a1e0dd29b99dfbb7545",
.hash = "raarch-0.16.0-dev.2736+3b515fbed-9R4wm-BmEQAPdDLNiXQIuAHYSyus44kzWyOmAsAGBnfe",
.lazy = true,
},
},
.paths = .{
"src",
"LICENSE",
"README.md",
"build.zig",
"build.zig.zon",
},
}