vcpkg/ports/boost-optional/vcpkg.json
2021-09-27 17:12:39 -07:00

20 lines
419 B
JSON

{
"name": "boost-optional",
"version": "1.77.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"
]
}