aboutsummaryrefslogtreecommitdiff
path: root/ports/ms-quic/vcpkg.json
blob: d337a8452e35dfc3c553fb2675a107d374df1857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "ms-quic",
  "version": "1.2.0",
  "description": "Cross-platform, C implementation of the IETF QUIC protocol",
  "homepage": "https://github.com/microsoft/msquic",
  "license": "MIT",
  "supports": "!(static & staticcrt)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Install the tools after build"
    }
  }
}