mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:28:59 +08:00
30 lines
609 B
JSON
30 lines
609 B
JSON
|
{
|
||
|
"name": "boost-process",
|
||
|
"version-string": "1.75.0",
|
||
|
"description": "Boost process module",
|
||
|
"homepage": "https://github.com/boostorg/process",
|
||
|
"supports": "!emscripten",
|
||
|
"dependencies": [
|
||
|
"boost-algorithm",
|
||
|
{
|
||
|
"name": "boost-asio",
|
||
|
"platform": "!emscripten"
|
||
|
},
|
||
|
"boost-config",
|
||
|
"boost-core",
|
||
|
{
|
||
|
"name": "boost-filesystem",
|
||
|
"platform": "!uwp"
|
||
|
},
|
||
|
"boost-fusion",
|
||
|
"boost-iterator",
|
||
|
"boost-move",
|
||
|
"boost-optional",
|
||
|
"boost-system",
|
||
|
"boost-tokenizer",
|
||
|
"boost-type-index",
|
||
|
"boost-vcpkg-helpers",
|
||
|
"boost-winapi"
|
||
|
]
|
||
|
}
|