mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
40 lines
793 B
JSON
40 lines
793 B
JSON
{
|
|
"name": "cocoyaxi",
|
|
"version": "3.0.0",
|
|
"port-version": 1,
|
|
"description": "A go-style coroutine library in C++11 and more",
|
|
"homepage": "https://github.com/idealvin/cocoyaxi",
|
|
"license": "MIT",
|
|
"supports": "!uwp & !(arm & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"libcurl": {
|
|
"description": "libcurl with OpenSSL support",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false,
|
|
"features": [
|
|
"openssl"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"openssl": {
|
|
"description": "SSL support (OpenSSL)",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|