diff options
Diffstat (limited to 'vcpkg/ports/cocoyaxi/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cocoyaxi/vcpkg.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/vcpkg/ports/cocoyaxi/vcpkg.json b/vcpkg/ports/cocoyaxi/vcpkg.json new file mode 100644 index 0000000..9d9f343 --- /dev/null +++ b/vcpkg/ports/cocoyaxi/vcpkg.json @@ -0,0 +1,38 @@ +{ + "name": "cocoyaxi", + "version-date": "2024-09-04", + "description": "A go-style coroutine library in C++11 and more", + "homepage": "https://github.com/idealvin/coost/", + "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" + ] + } + } +} |