aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aliyun-oss-cpp-sdk/vcpkg.json
blob: 01f136e3cb58a2ce7d4516c226d18ab5ffe35f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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
    }
  ]
}