vcpkg/ports/aliyun-oss-cpp-sdk/vcpkg.json

25 lines
631 B
JSON
Raw Permalink Normal View History

{
"name": "aliyun-oss-cpp-sdk",
"version": "1.10.0",
2024-11-11 16:32:33 +08:00
"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": [
2024-11-11 16:32:33 +08:00
{
"name": "curl",
"default-features": false
},
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}