mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:39:01 +08:00
25 lines
533 B
JSON
25 lines
533 B
JSON
|
{
|
||
|
"name": "boost-variant",
|
||
|
"version-string": "1.75.0",
|
||
|
"description": "Boost variant module",
|
||
|
"homepage": "https://github.com/boostorg/variant",
|
||
|
"dependencies": [
|
||
|
"boost-assert",
|
||
|
"boost-bind",
|
||
|
"boost-config",
|
||
|
"boost-core",
|
||
|
"boost-detail",
|
||
|
"boost-functional",
|
||
|
"boost-integer",
|
||
|
"boost-move",
|
||
|
"boost-mpl",
|
||
|
"boost-preprocessor",
|
||
|
"boost-static-assert",
|
||
|
"boost-throw-exception",
|
||
|
"boost-type-index",
|
||
|
"boost-type-traits",
|
||
|
"boost-utility",
|
||
|
"boost-vcpkg-helpers"
|
||
|
]
|
||
|
}
|