mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:39:00 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
30 lines
644 B
JSON
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"
|
|
]
|
|
}
|