mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:48:59 +08:00
c4294eab36
* Add ngtcp2 port * add usage patch * version * del patch * version * add binary file * version * correct namespace * version * simplify patch * version * simplify patch * version * update version to 0.11.0 * update version Co-authored-by: FrankXie <v-frankxie@microsoft.com>
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "ngtcp2",
|
|
"version": "0.11.0",
|
|
"description": "ngtcp2 project is an effort to implement RFC9000 QUIC protocol.",
|
|
"homepage": "https://github.com/ngtcp2/ngtcp2",
|
|
"license": "MIT",
|
|
"supports": "!(arm & uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|