2022-12-03 01:23:59 +08:00
|
|
|
{
|
|
|
|
"name": "ngtcp2",
|
2024-11-06 04:50:09 +08:00
|
|
|
"version": "1.8.1",
|
2022-12-03 01:23:59 +08:00
|
|
|
"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
|
|
|
|
}
|
2024-07-25 01:25:53 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"gnutls": {
|
|
|
|
"description": "Compile with gnutls",
|
|
|
|
"dependencies": [
|
2024-07-30 14:05:57 +08:00
|
|
|
{
|
|
|
|
"name": "libgnutls",
|
|
|
|
"platform": "!windows | mingw"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "shiftmedia-libgnutls",
|
|
|
|
"platform": "windows & !mingw"
|
|
|
|
}
|
2024-07-25 01:25:53 +08:00
|
|
|
]
|
|
|
|
},
|
2024-08-29 14:53:15 +08:00
|
|
|
"libressl": {
|
|
|
|
"description": "Compile with libressl",
|
|
|
|
"dependencies": [
|
|
|
|
"libressl"
|
|
|
|
]
|
|
|
|
},
|
2024-07-25 01:25:53 +08:00
|
|
|
"wolfssl": {
|
|
|
|
"description": "Compile with wolfssl",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "wolfssl",
|
|
|
|
"features": [
|
|
|
|
"quic"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-12-03 01:23:59 +08:00
|
|
|
}
|