aboutsummaryrefslogtreecommitdiff
path: root/ports/usockets/vcpkg.json
blob: 9300c6e9467790be7fe4e2bb0c78c392576a8090 (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
{
  "name": "usockets",
  "version": "0.8.1",
  "description": "Miniscule cross-platform eventing, networking & crypto for async applications",
  "homepage": "https://github.com/uNetworking/uSockets",
  "dependencies": [
    "libuv",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "event": {
      "description": "Build usockets with epoll support"
    },
    "network": {
      "description": "Build usockets with winsock support",
      "dependencies": [
        "winsock2"
      ]
    },
    "ssl": {
      "description": "Build usockets with openssl support",
      "dependencies": [
        "openssl"
      ]
    }
  }
}