vcpkg/ports/ngtcp2/vcpkg.json
2024-07-24 10:25:53 -07:00

38 lines
717 B
JSON

{
"name": "ngtcp2",
"version": "1.6.0",
"port-version": 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
}
],
"features": {
"gnutls": {
"description": "Compile with gnutls",
"dependencies": [
"libgnutls"
]
},
"wolfssl": {
"description": "Compile with wolfssl",
"dependencies": [
{
"name": "wolfssl",
"features": [
"quic"
]
}
]
}
}
}