-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
26 lines (24 loc) · 882 Bytes
/
build.zig.zon
File metadata and controls
26 lines (24 loc) · 882 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
.{
.name = .commy,
.fingerprint = 0xc27099d4d7122261,
.version = "0.0.1",
.dependencies = .{
.serial = .{
.url = "git+https://github.com/ZigEmbeddedGroup/serial.git#fbd7389ff8bbc9fa362aa74081588755b5d028a0",
.hash = "serial-0.0.1-PoeRzF60AAAN8Iu0yXTIX-t3DVzsnmN7vWHKM2HA2Zbq",
},
.zvterm = .{
.url = "git+https://github.com/ringtailsoftware/zvterm.git#05cee2f1d00c7b4cec0eb9f7beef0b48918b748b",
.hash = "zvterm-0.0.1-VuAjA4JnAwAqsAyUTtgA60fx5WNSOnnO68VHq2kCdl0s",
},
.yazap = .{
.url = "git+https://github.com/ringtailsoftware/yazap.git#37b6b4f762b126f1152d04b34fd3d6f7fd4e174d",
.hash = "yazap-0.6.3-Z1t-Emb0AQCKoKkKWhi58ITdjRDlX-WNUnuGayIuBhad",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}