vcpkg/ports/nghttp3/vcpkg.json

18 lines
366 B
JSON
Raw Normal View History

{
"name": "nghttp3",
2024-10-09 03:50:43 +08:00
"version": "1.6.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
2024-09-04 03:29:36 +08:00
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}