mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 05:59:01 +08:00
42 lines
821 B
JSON
42 lines
821 B
JSON
|
{
|
||
|
"name": "nghttp2-asio",
|
||
|
"version-date": "2022-08-11",
|
||
|
"description": "High level abstraction API to build HTTP/2 applications with nghttp2 and boost asio.",
|
||
|
"homepage": "https://github.com/nghttp2/nghttp2-asio",
|
||
|
"license": "MIT",
|
||
|
"supports": "!windows",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "boost-asio",
|
||
|
"version>=": "1.81.0"
|
||
|
},
|
||
|
"boost-system",
|
||
|
"boost-thread",
|
||
|
{
|
||
|
"name": "nghttp2",
|
||
|
"version>=": "1.51.0"
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"default-features": [
|
||
|
"tls"
|
||
|
],
|
||
|
"features": {
|
||
|
"tls": {
|
||
|
"description": "Support HTTP/2 over TLS aka h2.",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "boost-asio",
|
||
|
"features": [
|
||
|
"ssl"
|
||
|
]
|
||
|
},
|
||
|
"openssl"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|