vcpkg/ports/boost-coroutine/vcpkg.json

71 lines
1.4 KiB
JSON
Raw Normal View History

{
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
"name": "boost-coroutine",
2022-12-21 01:20:54 +08:00
"version": "1.81.0",
"description": "Boost coroutine module",
"homepage": "https://github.com/boostorg/coroutine",
"license": "BSL-1.0",
"supports": "!(arm & windows) & !uwp & !emscripten",
"dependencies": [
{
"name": "boost-assert",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-build",
"host": true,
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-core",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-exception",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-modular-build-helper",
"host": true,
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-move",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-system",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-throw-exception",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-type-traits",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "boost-utility",
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"
},
2021-09-28 08:12:39 +08:00
{
"name": "vcpkg-cmake",
"host": true
}
]
}