mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +08:00
20 lines
418 B
JSON
20 lines
418 B
JSON
{
|
|
"name": "msquic",
|
|
"version": "2.4.5",
|
|
"port-version": 1,
|
|
"description": "Cross-platform, C implementation of the IETF QUIC protocol",
|
|
"homepage": "https://github.com/microsoft/msquic",
|
|
"license": "MIT",
|
|
"supports": "!((static & staticcrt) | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|