aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/jsonnet/vcpkg.json
blob: faf795c6c37b26ced86c7b5c6e0f6d1826851274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "jsonnet",
  "version": "0.21.0",
  "port-version": 1,
  "description": "Jsonnet - The data templating language",
  "homepage": "https://github.com/google/jsonnet",
  "license": "Apache-2.0",
  "dependencies": [
    "nlohmann-json",
    "ryml",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}