mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 01:19:00 +08:00
e3d252bca9
* [google-cloud-cpp] populate license field * Fix port version after license file
22 lines
432 B
JSON
22 lines
432 B
JSON
{
|
|
"name": "google-cloud-cpp",
|
|
"version-string": "1.24.0",
|
|
"port-version": 1,
|
|
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
|
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"abseil",
|
|
"crc32c",
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"ssl"
|
|
]
|
|
},
|
|
"grpc",
|
|
"nlohmann-json"
|
|
]
|
|
}
|