mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 08:29:00 +08:00
36 lines
696 B
JSON
36 lines
696 B
JSON
{
|
|
"name": "libcoro",
|
|
"version": "0.11.1",
|
|
"description": "C++20 coroutine library",
|
|
"homepage": "https://github.com/jbaldwin/libcoro",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"networking": {
|
|
"description": "Include networking features.",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"c-ares"
|
|
]
|
|
},
|
|
"tls": {
|
|
"description": "Include SSL features.",
|
|
"dependencies": [
|
|
{
|
|
"name": "libcoro",
|
|
"default-features": false,
|
|
"features": [
|
|
"networking"
|
|
]
|
|
},
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|