mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:39:01 +08:00
25 lines
437 B
JSON
25 lines
437 B
JSON
{
|
|
"name": "aws-sdk-cpp",
|
|
"version": "1.8.126",
|
|
"port-version": 7,
|
|
"description": "AWS SDK for C++",
|
|
"homepage": "https://github.com/aws/aws-sdk-cpp",
|
|
"dependencies": [
|
|
"aws-c-event-stream",
|
|
{
|
|
"name": "curl",
|
|
"platform": "!uwp & !windows"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!uwp & !windows"
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"dynamodb",
|
|
"kinesis",
|
|
"s3"
|
|
]
|
|
}
|