aboutsummaryrefslogtreecommitdiff
path: root/ports/libevent/vcpkg.json
blob: 1ddfa7a44f5ec982c7e9d6e85496f26349591bda (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
{
  "name": "libevent",
  "version-string": "2.1.12",
  "port-version": 2,
  "description": "An event notification library",
  "homepage": "https://github.com/libevent/libevent",
  "supports": "!uwp",
  "default-features": [
    "thread"
  ],
  "features": {
    "openssl": {
      "description": "Support for openssl",
      "dependencies": [
        {
          "name": "libevent",
          "features": [
            "thread"
          ]
        },
        "openssl"
      ]
    },
    "thread": {
      "description": "Support for thread"
    }
  }
}