mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:40:11 +08:00
65f712f173
* Update Kubernetes Client Library * Update versions Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
22 lines
394 B
JSON
22 lines
394 B
JSON
{
|
|
"name": "kubernetes",
|
|
"version-date": "2021-11-24",
|
|
"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
|
|
}
|
|
]
|
|
}
|