mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:39:30 +08:00
18 lines
389 B
JSON
18 lines
389 B
JSON
|
{
|
||
|
"name": "boost-smart-ptr",
|
||
|
"version-string": "1.75.0",
|
||
|
"description": "Boost smart_ptr module",
|
||
|
"homepage": "https://github.com/boostorg/smart_ptr",
|
||
|
"dependencies": [
|
||
|
"boost-assert",
|
||
|
"boost-config",
|
||
|
"boost-core",
|
||
|
"boost-integer",
|
||
|
"boost-move",
|
||
|
"boost-static-assert",
|
||
|
"boost-throw-exception",
|
||
|
"boost-type-traits",
|
||
|
"boost-vcpkg-helpers"
|
||
|
]
|
||
|
}
|