vcpkg/ports/boost-variant/vcpkg.json

25 lines
530 B
JSON
Raw Normal View History

{
"name": "boost-variant",
2021-09-28 08:12:39 +08:00
"version": "1.77.0",
"description": "Boost variant module",
"homepage": "https://github.com/boostorg/variant",
"dependencies": [
"boost-assert",
"boost-bind",
"boost-config",
2021-09-28 08:12:39 +08:00
"boost-container-hash",
"boost-core",
"boost-detail",
"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"
]
}