aboutsummaryrefslogtreecommitdiff
path: root/ports/jsonnet/vcpkg.json
blob: 92984b1dddcc5c71ce0b2bb0958ccefeb50500e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "jsonnet",
  "version": "0.17.0",
  "description": "Jsonnet - The data templating language",
  "homepage": "https://github.com/google/jsonnet",
  "supports": "!(windows & !static)",
  "dependencies": [
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}