vcpkg/ports/ms-quic/vcpkg.json
Park DongHa d30657b533
[ms-quic] create a new port (#18225)
* [ms-quic] create a new port

* rewrite to fix garbled history of #18225

* [ms-quic] update port/version SHA

* [ms-quic] disable windows-static triplet

* Update ports/ms-quic/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Update ports/ms-quic/vcpkg.json

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* [ms-quic] update patch files

* [ms-quic] make quictls only

* reduce feature list for future updates
* update version SHA

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-07-25 12:48:56 -07:00

24 lines
485 B
JSON

{
"name": "ms-quic",
"version": "1.2.0",
"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
}
],
"features": {
"tools": {
"description": "Install the tools after build"
}
}
}