aboutsummaryrefslogtreecommitdiff
path: root/ports/libevhtp/vcpkg.json
blob: 5d95f7901669ff968fb72c965dcf25b505acdca6 (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
{
  "name": "libevhtp",
  "version-string": "1.2.18",
  "port-version": 1,
  "description": "Libevhtp was created as a replacement API for Libevent's current HTTP API.",
  "homepage": "https://github.com/criticalstack/libevhtp",
  "dependencies": [
    "libevent"
  ],
  "features": {
    "openssl": {
      "description": "Support SSL for libevhtp",
      "dependencies": [
        "openssl"
      ]
    },
    "regex": {
      "description": "Support oniguruma for libevhtp",
      "dependencies": [
        "oniguruma"
      ]
    },
    "thread": {
      "description": "Support thread for libevhtp"
    }
  }
}