diff options
Diffstat (limited to 'vcpkg/ports/tree-sitter-cli/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tree-sitter-cli/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/tree-sitter-cli/vcpkg.json b/vcpkg/ports/tree-sitter-cli/vcpkg.json new file mode 100644 index 0000000..d71db41 --- /dev/null +++ b/vcpkg/ports/tree-sitter-cli/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "tree-sitter-cli", + "version": "0.25.3", + "description": "Tree-sitter is a parser generator tool and an incremental parsing library. This port installs the CLI executable.", + "homepage": "https://github.com/tree-sitter/tree-sitter", + "license": null, + "supports": "native" +} |