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