mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 10:29:07 +08:00
c96b24ce57
* [vcpkg baseline][nghttp3] Fix configure when cunit was installed * version
15 lines
319 B
JSON
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
|
|
}
|
|
]
|
|
}
|