forked from ziglang/www.ziglang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
20 lines (19 loc) · 721 Bytes
/
build.zig.zon
File metadata and controls
20 lines (19 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.{
// TODO since this project is not intended for consumption as a package,
// delete these four fields.
.name = .ziglang_org,
.version = "0.0.0",
.fingerprint = 0xcfa933f86ca0a1dd,
.paths = .{""},
.minimum_zig_version = "0.15.0",
.dependencies = .{
.doctest = .{
.url = "git+https://github.com/ziglang/docgen#ff2a1ee7b9f61bb84d885dd301415277b7de5e0a",
.hash = "doctest-0.1.0-lY-6kwW4AQDX83yP5TnwX8MRN94z8XIp_JQN3zEcG3Bk",
},
.zine = .{
.url = "git+https://github.com/kristoff-it/zine#55fe0ecf176fab1c7def944843aafd15d906ebb6",
.hash = "zine-0.11.1-ou6nIIecFgBqZNIfcNiB5LKS4rve0ULSIZm2mwjyjHGY",
},
},
}