mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:29:00 +08:00
19 lines
417 B
JSON
19 lines
417 B
JSON
|
{
|
||
|
"name": "bloomberg-quantum",
|
||
|
"version-date": "2023-02-03",
|
||
|
"description": "Powerful multi-threaded coroutine dispatcher and parallel execution engine",
|
||
|
"homepage": "https://github.com/bloomberg/quantum/",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": [
|
||
|
"boost-context",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|