aboutsummaryrefslogtreecommitdiff
path: root/ports/kubernetes/vcpkg.json
blob: 351c86073acd13bfc33fcea269534d08799912ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "kubernetes",
  "version": "0.0.1",
  "description": "Kubernetes C client",
  "homepage": "https://github.com/kubernetes-client/c/",
  "supports": "!uwp",
  "dependencies": [
    "curl",
    "libwebsockets",
    "libyaml",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}