vcpkg/ports/nghttp3/vcpkg.json
2023-08-01 09:20:59 -07:00

14 lines
299 B
JSON

{
"name": "nghttp3",
"version": "0.14.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
}
]
}