vcpkg/ports/boost-fiber/vcpkg.json
ras0219 4783c36f8c
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-13 14:41:23 -08:00

30 lines
644 B
JSON

{
"name": "boost-fiber",
"version-string": "1.75.0",
"description": "Boost fiber module",
"homepage": "https://github.com/boostorg/fiber",
"supports": "!osx & !uwp & !arm & !emscripten",
"dependencies": [
"boost-algorithm",
"boost-assert",
"boost-build",
"boost-config",
{
"name": "boost-context",
"platform": "!uwp & !emscripten"
},
"boost-core",
"boost-detail",
{
"name": "boost-filesystem",
"platform": "!uwp"
},
"boost-format",
"boost-intrusive",
"boost-modular-build-helper",
"boost-predef",
"boost-smart-ptr",
"boost-vcpkg-helpers"
]
}