aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-tree-sitter/vcpkg.json
blob: b418ddd8a7b6e97c363807bc31f28d1beda43a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "vcpkg-ci-tree-sitter",
  "version-string": "ci",
  "description": "Port to test the tree-sitter group of port in CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    "tree-sitter",
    "tree-sitter-c",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}