aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/restbed/vcpkg.json
blob: 4807d4976df1c036da4122fb7dbd2f8c321d68d9 (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
{
  "name": "restbed",
  "version": "4.8",
  "port-version": 3,
  "description": "Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.",
  "homepage": "https://github.com/corvusoft/restbed",
  "license": "AGPL-3.0-or-later OR CPL-1.0",
  "supports": "!xbox",
  "dependencies": [
    "asio",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "openssl": {
      "description": "Secure over the wire communication allowing you to transmit private data online.",
      "dependencies": [
        {
          "name": "asio",
          "features": [
            "openssl"
          ]
        },
        "openssl"
      ]
    }
  }
}