aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/liblsquic/vcpkg.json
blob: ec900322bec37452214a62843ef8ad4eb10a8a40 (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
{
  "name": "liblsquic",
  "version": "3.3.2",
  "port-version": 1,
  "description": "An implementation of the QUIC and HTTP/3 protocols.",
  "homepage": "https://github.com/litespeedtech/lsquic",
  "license": "MIT AND BSD-3-Clause",
  "supports": "!x86",
  "dependencies": [
    "boringssl",
    {
      "name": "getopt",
      "platform": "windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}