mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
25 lines
631 B
JSON
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
|
|
}
|
|
]
|
|
}
|