vcpkg/ports/nghttp3/vcpkg.json
Alexis La Goutte 5682b9c3d9
[nghttp3] update to 0.7.1 (#26989)
* nghttp3: update to 0.7.1

* nghttp3: remove port-version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update version

* remove wrong git-tree

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-09-28 11:27:52 -07:00

14 lines
298 B
JSON

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