aboutsummaryrefslogtreecommitdiff
path: root/ports/usockets/vcpkg.json
blob: 49a66360296cdd90427beb53ea3d80c12f27c5d2 (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": "usockets",
  "version": "0.7.1",
  "description": "Miniscule cross-platform eventing, networking & crypto for async applications",
  "homepage": "https://github.com/uNetworking/uSockets",
  "dependencies": [
    "libuv"
  ],
  "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"
      ]
    }
  }
}