aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libevhtp/vcpkg.json
blob: c65e4eb2a24b7f7920ffb8e252c41ca7b5837cca (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
39
40
41
42
{
  "name": "libevhtp",
  "version": "1.2.18",
  "port-version": 6,
  "description": "Libevhtp was created as a replacement API for Libevent's current HTTP API.",
  "homepage": "https://github.com/criticalstack/libevhtp",
  "supports": "!windows",
  "dependencies": [
    "libevent",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "openssl": {
      "description": "Support SSL for libevhtp",
      "dependencies": [
        {
          "name": "libevent",
          "features": [
            "openssl"
          ]
        },
        "openssl"
      ]
    },
    "regex": {
      "description": "Support oniguruma for libevhtp",
      "dependencies": [
        "oniguruma"
      ]
    },
    "thread": {
      "description": "Support thread for libevhtp"
    }
  }
}