vcpkg/ports/co/vcpkg.json
Alvin 8678672d59
update co to v2.0.2 (#20500)
* update co to v2.0.2

* fix gitree in co.json

* add install-dll.patch for co

* update version

* fix CRT linkage

* update version

* minimal patch

* update version
2021-10-05 18:42:39 -07:00

34 lines
679 B
JSON

{
"name": "co",
"version-semver": "2.0.2",
"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"
]
}
}
}