2021-09-04 08:15:27 +08:00
|
|
|
{
|
|
|
|
"name": "co",
|
2021-12-11 06:00:45 +08:00
|
|
|
"version-semver": "2.0.3",
|
2021-09-04 08:15:27 +08:00
|
|
|
"description": "A go-style coroutine library in C++11 and more",
|
|
|
|
"homepage": "https://github.com/idealvin/co",
|
|
|
|
"supports": "!uwp & !(arm & windows)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"libcurl": {
|
|
|
|
"description": "libcurl with OpenSSL support",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"openssl": {
|
|
|
|
"description": "SSL support (OpenSSL)",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|