mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:59:05 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
29 lines
645 B
JSON
29 lines
645 B
JSON
{
|
|
"name": "boost-coroutine",
|
|
"version-string": "1.75.0",
|
|
"description": "Boost coroutine module",
|
|
"homepage": "https://github.com/boostorg/coroutine",
|
|
"supports": "!arm & !uwp & !emscripten",
|
|
"dependencies": [
|
|
"boost-assert",
|
|
"boost-build",
|
|
"boost-config",
|
|
{
|
|
"name": "boost-context",
|
|
"platform": "!uwp & !emscripten"
|
|
},
|
|
"boost-core",
|
|
"boost-detail",
|
|
"boost-exception",
|
|
"boost-integer",
|
|
"boost-modular-build-helper",
|
|
"boost-move",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"boost-throw-exception",
|
|
"boost-type-traits",
|
|
"boost-utility",
|
|
"boost-vcpkg-helpers"
|
|
]
|
|
}
|