vcpkg/ports/liblsquic/vcpkg.json

25 lines
483 B
JSON
Raw Normal View History

{
"name": "liblsquic",
2023-10-10 06:36:45 +08:00
"version": "3.3.2",
"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"
]
}