mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
2b1fd46fb6
* [quantum] add new port * fix deps * [bloomberg-quantum]:not work now * [quantum] add new port * [quantum] add new port * [quantum] add new port * fix deps * rename config file
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
|
|
}
|
|
]
|
|
}
|