mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:59:02 +08:00
22 lines
384 B
JSON
22 lines
384 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|