mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 16:39:18 +08:00
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)."
|
||
|
}
|
||
|
}
|
||
|
}
|