mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 23:59:06 +08:00
5d129d88b5
* Upgrade Kubernetes client library's port to 0.6.0 * Update version files * Update ports/kubernetes/portfile.cmake Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com> * Update version files --------- Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
23 lines
411 B
JSON
23 lines
411 B
JSON
{
|
|
"name": "kubernetes",
|
|
"version": "0.6.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|