mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:29:08 +08:00
1aff5b6ac2
* [liblsquic] Remove spurious duplicated install line. Got left behind when the new helper usage was added before merging the original PR * Update versions
26 lines
504 B
JSON
26 lines
504 B
JSON
{
|
|
"name": "liblsquic",
|
|
"version": "3.1.1",
|
|
"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"
|
|
]
|
|
}
|