-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
21 lines (21 loc) · 839 Bytes
/
build.zig.zon
File metadata and controls
21 lines (21 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.{
.name = .buzz,
.fingerprint = 0x87514371589e863a,
.version = "0.6.0",
.minimum_zig_version = "0.16.0",
.dependencies = .{
.clap = .{
.url = "git+https://github.com/Hejsil/zig-clap.git#fc1e5cc3f6d9d3001112385ee6256d694e959d2f",
.hash = "clap-0.11.0-oBajB7foAQC3Iyn4IVCkUdYaOVVng5IZkSncySTjNig1",
},
.lsp_kit = .{
.url = "git+https://github.com/zigtools/lsp-kit.git#b886a2b0d5cee85ecbcc3089b863f7517cc9ff7f",
.hash = "lsp_kit-0.1.0-bi_PL3IyDACfp1xdTnkiOHEok2YpPCCCJHuuOcNzjl1D",
},
.dap_kit = .{
.url = "git+https://github.com/buzz-language/dap-kit.git#d26c761a3107006f8651b0adeaec658d59cf4e6f",
.hash = "dap_kit-0.0.0-OvEgyMtgAgD0T-XgpQ9Hbv9E-34xaqCz_ql6lJnqfQOK",
},
},
.paths = .{""},
}