vcpkg/ports/nghttp3/vcpkg.json
Jack·Boos·Yu c96b24ce57
[vcpkg baseline][nghttp3] Fix configure when cunit was installed (#26604)
* [vcpkg baseline][nghttp3] Fix configure when cunit was installed

* version
2022-08-31 13:48:17 -07:00

15 lines
319 B
JSON

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