blob: 4c9f4791cd77dd7966a9fea52bdaf1388a2fd7a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "google-cloud-cpp",
"version": "1.25.0",
"port-version": 2,
"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"
]
}
|