aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cocoyaxi/vcpkg.json
blob: 9d9f343c05b5d83b688c8d4519cc98cc1881286d (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "cocoyaxi",
  "version-date": "2024-09-04",
  "description": "A go-style coroutine library in C++11 and more",
  "homepage": "https://github.com/idealvin/coost/",
  "license": "MIT",
  "supports": "!uwp & !(arm & windows)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "libcurl": {
      "description": "libcurl with OpenSSL support",
      "dependencies": [
        {
          "name": "curl",
          "default-features": false,
          "features": [
            "openssl"
          ]
        }
      ]
    },
    "openssl": {
      "description": "SSL support (OpenSSL)",
      "dependencies": [
        "openssl"
      ]
    }
  }
}