vcpkg/ports/nghttp3/vcpkg.json
2024-09-16 17:40:40 -07:00

19 lines
387 B
JSON

{
"name": "nghttp3",
"version": "1.5.0",
"port-version": 1,
"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
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}