mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:59:07 +08:00
25 lines
458 B
JSON
25 lines
458 B
JSON
{
|
|
"name": "google-cloud-cpp",
|
|
"version": "1.30.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"
|
|
]
|
|
},
|
|
{
|
|
"name": "grpc",
|
|
"host": true
|
|
},
|
|
"grpc",
|
|
"nlohmann-json"
|
|
]
|
|
}
|