aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libhv/vcpkg.json
blob: e377ac58d780a02e1ad7c1eff293c1ea4ee2f8a9 (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
{
  "name": "libhv",
  "version": "1.3.3",
  "description": "Libhv is a C/C++ network library similar to libevent/libuv.",
  "homepage": "https://github.com/ithewei/libhv",
  "license": "BSD-3-Clause",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "ssl": {
      "description": "with openssl library",
      "dependencies": [
        "openssl"
      ]
    }
  }
}