vcpkg/ports/ngtcp2/vcpkg.json
Alexis La Goutte 89d6dc6009
[nghttp3 | ngtcp2] Update nghttp3 ngtcp2 (#30463)
* nghttp3: Update to 0.10.0

* ngtcp2: Update to 0.14.0
2023-03-28 13:39:48 -07:00

19 lines
383 B
JSON

{
"name": "ngtcp2",
"version": "0.14.0",
"description": "ngtcp2 project is an effort to implement RFC9000 QUIC protocol.",
"homepage": "https://github.com/ngtcp2/ngtcp2",
"license": "MIT",
"supports": "!(arm & uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}