mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
0cbc579e1e
* [rsasynccpp] Added rsasynccpp port * [rsasyncpp] Fix ci.baseline.txt, portfile.cmake, baseline.json, sasynccpp.json * [rsasynccpp] Added requested changes to vcpkg.json * [rsasynccpp] Improve portfile.cmake, add supports * [rsasynccpp] Fix version * [rsasynccpp] Fixing x64-Windows-static triplet Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
14 lines
459 B
JSON
14 lines
459 B
JSON
{
|
|
"name": "rsasynccpp",
|
|
"version": "0.0.7",
|
|
"maintainers": "Rene Stein <rene@renestein.net>",
|
|
"description": "Task Parallel Library (TPL)/dataflow/actors/async primitives for C++ based on C++ 20 coroutines.",
|
|
"homepage": "https://github.com/renestein/Rstein.AsyncCpp",
|
|
"supports": "windows & !arm",
|
|
"features": {
|
|
"lib-cl-win-legacy-await": {
|
|
"description": "Legacy coroutines (/await switch, std::experimental namespace)."
|
|
}
|
|
}
|
|
}
|