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