vcpkg/ports/nghttp3/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

14 lines
299 B
JSON

{
"name": "nghttp3",
"version": "0.10.0",
"description": "Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C",
"homepage": "https://github.com/ngtcp2/nghttp3",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}