early-access version 2853
This commit is contained in:
34
externals/vcpkg/ports/cocoyaxi/vcpkg.json
vendored
Executable file
34
externals/vcpkg/ports/cocoyaxi/vcpkg.json
vendored
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "cocoyaxi",
|
||||
"version-semver": "2.0.3",
|
||||
"port-version": 2,
|
||||
"description": "A go-style coroutine library in C++11 and more",
|
||||
"homepage": "https://github.com/idealvin/cocoyaxi",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user