mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
50 lines
994 B
JSON
50 lines
994 B
JSON
{
|
|
"name": "ngtcp2",
|
|
"version": "1.8.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": [
|
|
{
|
|
"name": "libgnutls",
|
|
"platform": "!windows | mingw"
|
|
},
|
|
{
|
|
"name": "shiftmedia-libgnutls",
|
|
"platform": "windows & !mingw"
|
|
}
|
|
]
|
|
},
|
|
"libressl": {
|
|
"description": "Compile with libressl",
|
|
"dependencies": [
|
|
"libressl"
|
|
]
|
|
},
|
|
"wolfssl": {
|
|
"description": "Compile with wolfssl",
|
|
"dependencies": [
|
|
{
|
|
"name": "wolfssl",
|
|
"features": [
|
|
"quic"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|