mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:49:01 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"name": "boost-optional",
|
|
"version-string": "1.75.0",
|
|
"description": "Boost optional module",
|
|
"homepage": "https://github.com/boostorg/optional",
|
|
"dependencies": [
|
|
"boost-assert",
|
|
"boost-config",
|
|
"boost-core",
|
|
"boost-detail",
|
|
"boost-move",
|
|
"boost-predef",
|
|
"boost-static-assert",
|
|
"boost-throw-exception",
|
|
"boost-type-traits",
|
|
"boost-utility",
|
|
"boost-vcpkg-helpers"
|
|
]
|
|
}
|