2021-07-26 03:48:56 +08:00
|
|
|
{
|
2024-06-27 12:37:24 +08:00
|
|
|
"name": "msquic",
|
2024-10-01 05:02:24 +08:00
|
|
|
"version": "2.4.5",
|
2021-07-26 03:48:56 +08:00
|
|
|
"description": "Cross-platform, C implementation of the IETF QUIC protocol",
|
|
|
|
"homepage": "https://github.com/microsoft/msquic",
|
|
|
|
"license": "MIT",
|
2024-10-01 05:02:24 +08:00
|
|
|
"supports": "!((static & staticcrt) | uwp)",
|
2021-07-26 03:48:56 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2024-06-27 12:37:24 +08:00
|
|
|
]
|
2021-07-26 03:48:56 +08:00
|
|
|
}
|