aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libevent/vcpkg.json
blob: 7fd1419ba567c034e6be663858b50f19b66d355c (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": "libevent",
  "version": "2.1.12+20230128",
  "port-version": 1,
  "description": "An event notification library",
  "homepage": "https://github.com/libevent/libevent",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "thread"
  ],
  "features": {
    "openssl": {
      "description": "Support for openssl",
      "dependencies": [
        {
          "name": "libevent",
          "features": [
            "thread"
          ]
        },
        "openssl"
      ]
    },
    "thread": {
      "description": "Support for thread"
    }
  }
}