blob: a3b85edc9d3948322b3a5fcf9ff99fb33ada9822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "boost-smart-ptr",
"version": "1.77.0",
"description": "Boost smart_ptr module",
"homepage": "https://github.com/boostorg/smart_ptr",
"dependencies": [
"boost-assert",
"boost-config",
"boost-core",
"boost-move",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}
|