2022-12-03 01:23:59 +08:00
|
|
|
{
|
|
|
|
"name": "ngtcp2",
|
2024-06-15 02:36:15 +08:00
|
|
|
"version": "1.6.0",
|
2024-07-30 14:05:57 +08:00
|
|
|
"port-version": 2,
|
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
|
|
|
]
|
|
|
|
},
|
|
|
|
"wolfssl": {
|
|
|
|
"description": "Compile with wolfssl",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "wolfssl",
|
|
|
|
"features": [
|
|
|
|
"quic"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-12-03 01:23:59 +08:00
|
|
|
}
|