1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "boost-ptr-container",
"version": "1.77.0",
"description": "Boost ptr_container module",
"homepage": "https://github.com/boostorg/ptr_container",
"dependencies": [
"boost-array",
"boost-assert",
"boost-circular-buffer",
"boost-config",
"boost-core",
"boost-iterator",
"boost-mpl",
"boost-range",
"boost-serialization",
"boost-smart-ptr",
"boost-static-assert",
"boost-type-traits",
"boost-unordered",
"boost-utility",
"boost-vcpkg-helpers"
]
}
|