pineapple/externals/vcpkg/ports/boost-optional/vcpkg.json

21 lines
443 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "boost-optional",
"version": "1.79.0",
"description": "Boost optional module",
"homepage": "https://github.com/boostorg/optional",
"license": "BSL-1.0",
"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"
]
}