2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "google-cloud-cpp",
|
2021-06-05 07:50:36 +08:00
|
|
|
"version": "1.28.0",
|
2021-01-14 06:41:23 +08:00
|
|
|
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
|
|
|
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
2021-02-11 15:53:56 +08:00
|
|
|
"license": "Apache-2.0",
|
2021-01-14 06:41:23 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
"abseil",
|
|
|
|
"crc32c",
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"features": [
|
|
|
|
"ssl"
|
|
|
|
]
|
|
|
|
},
|
2021-03-27 03:55:34 +08:00
|
|
|
{
|
|
|
|
"name": "grpc",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-01-14 06:41:23 +08:00
|
|
|
"grpc",
|
|
|
|
"nlohmann-json"
|
|
|
|
]
|
|
|
|
}
|