1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"name": "boost-property-map-parallel",
"version": "1.77.0",
"description": "Boost property_map_parallel module",
"homepage": "https://github.com/boostorg/property_map_parallel",
"dependencies": [
"boost-assert",
"boost-bind",
"boost-concept-check",
"boost-config",
"boost-function",
{
"name": "boost-mpi",
"platform": "!uwp"
},
"boost-mpl",
"boost-multi-index",
"boost-optional",
"boost-property-map",
"boost-serialization",
"boost-smart-ptr",
"boost-static-assert",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}
|