vcpkg/ports/boost-fiber/vcpkg.json

39 lines
762 B
JSON
Raw Normal View History

{
"name": "boost-fiber",
2021-09-28 08:12:39 +08:00
"version": "1.77.0",
"description": "Boost fiber module",
"homepage": "https://github.com/boostorg/fiber",
"supports": "!osx & !uwp & !arm & !emscripten",
"dependencies": [
"boost-algorithm",
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
{
"name": "boost-context",
"platform": "!uwp & !emscripten"
},
"boost-core",
{
"name": "boost-filesystem",
"platform": "!uwp"
},
"boost-format",
"boost-intrusive",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-predef",
"boost-smart-ptr",
2021-09-28 08:12:39 +08:00
"boost-vcpkg-helpers",
{
"name": "vcpkg-cmake",
"host": true
}
]
}