blob: 5fe146960b888d38bf59775b8e56eab66a35c4be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "boost-coroutine2",
"version": "1.77.0",
"description": "Boost coroutine2 module",
"homepage": "https://github.com/boostorg/coroutine2",
"supports": "!emscripten",
"dependencies": [
"boost-assert",
"boost-config",
{
"name": "boost-context",
"platform": "!uwp & !emscripten"
},
"boost-vcpkg-helpers"
]
}
|