vcpkg/ports/boost-fiber/vcpkg.json

37 lines
749 B
JSON
Raw Normal View History

{
"name": "boost-fiber",
"version-string": "1.75.0",
"port-version": 1,
"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",
"boost-detail",
{
"name": "boost-filesystem",
"platform": "!uwp"
},
"boost-format",
"boost-intrusive",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-predef",
"boost-smart-ptr",
"boost-vcpkg-helpers"
]
}