mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 12:55:50 +08:00
5682b9c3d9
* 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>
14 lines
298 B
JSON
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
|
|
}
|
|
]
|
|
}
|