vcpkg/ports/ngtcp2/vcpkg.json

19 lines
383 B
JSON
Raw Normal View History

{
"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
}
]
}