mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
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"
|
||
|
]
|
||
|
}
|