vcpkg/ports/boost-coroutine2/vcpkg.json

29 lines
659 B
JSON
Raw Normal View History

{
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
"name": "boost-coroutine2",
2022-12-21 01:20:54 +08:00
"version": "1.81.0",
"description": "Boost coroutine2 module",
"homepage": "https://github.com/boostorg/coroutine2",
"license": "BSL-1.0",
"supports": "!emscripten",
"dependencies": [
{
"name": "boost-assert",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-config",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-context",
"platform": "!uwp & !emscripten",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-vcpkg-helpers",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
}
]
}