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