mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 14:29:53 +08:00
20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"name": "ngtcp2",
|
|
"version": "0.13.1",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|