2021-01-13 14:41:23 -08:00
|
|
|
{
|
|
|
|
"name": "boost-process",
|
2022-08-25 20:46:01 +03:00
|
|
|
"version": "1.80.0",
|
2021-01-13 14:41:23 -08:00
|
|
|
"description": "Boost process module",
|
|
|
|
"homepage": "https://github.com/boostorg/process",
|
2022-04-21 20:01:54 +03:00
|
|
|
"license": "BSL-1.0",
|
2021-01-13 14:41:23 -08:00
|
|
|
"supports": "!emscripten",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-algorithm",
|
2022-01-10 22:47:12 +03:00
|
|
|
"boost-asio",
|
2021-01-13 14:41:23 -08:00
|
|
|
"boost-config",
|
|
|
|
"boost-core",
|
|
|
|
{
|
|
|
|
"name": "boost-filesystem",
|
|
|
|
"platform": "!uwp"
|
|
|
|
},
|
|
|
|
"boost-fusion",
|
2022-08-25 20:46:01 +03:00
|
|
|
"boost-io",
|
2021-01-13 14:41:23 -08:00
|
|
|
"boost-iterator",
|
|
|
|
"boost-move",
|
|
|
|
"boost-optional",
|
|
|
|
"boost-system",
|
2022-08-25 20:46:01 +03:00
|
|
|
"boost-throw-exception",
|
2021-01-13 14:41:23 -08:00
|
|
|
"boost-tokenizer",
|
|
|
|
"boost-type-index",
|
2022-08-25 20:46:01 +03:00
|
|
|
"boost-utility",
|
2021-01-13 14:41:23 -08:00
|
|
|
"boost-vcpkg-helpers",
|
|
|
|
"boost-winapi"
|
|
|
|
]
|
|
|
|
}
|