mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 02:59:01 +08:00
22 lines
576 B
JSON
22 lines
576 B
JSON
{
|
|
"name": "aliyun-oss-cpp-sdk",
|
|
"version": "1.10.0",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|