vcpkg/ports/aliyun-oss-cpp-sdk/vcpkg.json
2024-11-11 00:32:33 -08:00

25 lines
631 B
JSON

{
"name": "aliyun-oss-cpp-sdk",
"version": "1.10.0",
"port-version": 4,
"description": "Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability.",
"homepage": "https://github.com/aliyun/aliyun-oss-cpp-sdk",
"license": "Apache-2.0",
"supports": "linux | osx | android",
"dependencies": [
{
"name": "curl",
"default-features": false
},
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}