-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
29 lines (28 loc) · 906 Bytes
/
build.zig.zon
File metadata and controls
29 lines (28 loc) · 906 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
26
27
28
29
// SPDX-FileCopyrightText: © 2025 Mark Delk <jethrodaniel@gmail.com>
//
// SPDX-License-Identifier: MIT
.{
.name = .mruby,
.fingerprint = 0x4a9e46f0ee99188a,
.version = "0.0.0",
.minimum_zig_version = "0.14.1",
.paths = .{
"src",
"build.zig",
"build.zig.zon",
"build/linenoise",
},
.dependencies = .{
.macos_cctools = .{
.url = "git+https://github.com/apple-oss-distributions/cctools?ref=cctools-1021.4#3406a8e0f9ec28862967217797fe2b9a7b3d10ed",
.hash = "N-V-__8AAInF7gCeoK8pGI2H2Oone189GuvvfXZHUtV3APE1",
},
.linenoise = .{
.path = "build/linenoise",
},
.mruby = .{
.url = "git+https://github.com/mruby/mruby?ref=master#0f0d3482ff0c38652e4f2c6c72081feeeb94b084",
.hash = "N-V-__8AALpbSABCO0YBDyZKoptQv_xOst1pkzSQWNnYNNBO",
},
},
}