repo.or.cz
/
zig.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #21720 from kubkon/macho-dwarf-v5
[zig.git]
/
build.zig.zon
blob
3b0cd4a11deee5fb4073556dfb140dbb9bb06167
1
// The Zig compiler is not intended to be consumed as a package.
2
// The sole purpose of this manifest file is to test the compiler.
3
.{
4
.name = "zig",
5
.version = "0.0.0",
6
.dependencies = .{
7
.standalone_test_cases = .{
8
.path = "test/standalone",
9
},
10
.link_test_cases = .{
11
.path = "test/link",
12
},
13
},
14
.paths = .{""},
15
}