mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 11:19:04 +08:00
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "msquic",
|
|
"version": "2.3.5",
|
|
"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
|
|
}
|
|
]
|
|
}
|