mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
Make this usable as a dependency of a zig 0.12 project: - build.zig.zon must exist to be used as a zig dependency - public headers need to be installed as part of the artifact
11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
.{
|
|
.name = "tree-sitter",
|
|
.version = "0.22.5",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"lib/src",
|
|
"lib/include",
|
|
},
|
|
}
|