-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
23 lines (23 loc) · 764 Bytes
/
Copy pathbuild.zig.zon
File metadata and controls
23 lines (23 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.{
.name = .zig_libs,
.version = "0.0.0",
.minimum_zig_version = "0.16.0",
.fingerprint = 0x411fad481a34245a,
// What a consumer actually receives. A file not listed here is NOT part of
// the package, however visible it is on GitHub -- which is how `LICENSE`
// and `NOTICE` came to be missing from every fetched copy of an MIT
// collection whose NOTICE exists to answer, for the consumer, whether
// consuming it obliges them to anything beyond MIT. `zig build
// check-package` keeps both listed.
.paths = .{
"build.zig",
"build.zig.zon",
"modules",
"README.md",
"CHANGELOG.md",
"CONVENTIONS.md",
"LICENSE",
"NOTICE",
},
.dependencies = .{},
}