mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
24 lines
432 B
JSON
24 lines
432 B
JSON
{
|
|
"name": "kubernetes",
|
|
"version": "0.6.0",
|
|
"port-version": 1,
|
|
"description": "Kubernetes C client",
|
|
"homepage": "https://github.com/kubernetes-client/c/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"curl",
|
|
"libwebsockets",
|
|
"libyaml",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|