vcpkg/ports/ngtcp2/vcpkg.json
2023-10-25 07:09:43 -07:00

18 lines
352 B
JSON

{
"name": "ngtcp2",
"version": "1.0.1",
"description": "ngtcp2 project is an effort to implement RFC9000 QUIC protocol.",
"homepage": "https://github.com/ngtcp2/ngtcp2",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}