mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 14:41:37 +08:00
de7091ee24
* [cocoyaxi] Fix SHA * Fix upstream repo name * version Co-authored-by: Neo Ko <neo.blackcap@gmail.com>
36 lines
732 B
JSON
36 lines
732 B
JSON
{
|
|
"name": "cocoyaxi",
|
|
"version-semver": "2.0.3",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
],
|
|
"features": {
|
|
"libcurl": {
|
|
"description": "libcurl with OpenSSL support",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false,
|
|
"features": [
|
|
"openssl"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"openssl": {
|
|
"description": "SSL support (OpenSSL)",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|