vcpkg/ports/aliyun-oss-cpp-sdk/vcpkg.json
Jun Luan 29b2ea2d4b
[aliyun-oss-cpp-sdk] add new port (#40597)
Co-authored-by: 牧亦 <luanjun.lj@alibaba-inc.com>
2024-09-12 20:12:47 -07:00

21 lines
555 B
JSON

{
"name": "aliyun-oss-cpp-sdk",
"version": "1.10.0",
"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": [
"curl",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}