1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "boost-property-tree",
"version": "1.77.0",
"description": "Boost property_tree module",
"homepage": "https://github.com/boostorg/property_tree",
"dependencies": [
"boost-any",
"boost-assert",
"boost-bind",
"boost-config",
"boost-core",
"boost-format",
"boost-iterator",
"boost-mpl",
"boost-multi-index",
"boost-optional",
"boost-range",
"boost-serialization",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}
|