yuzu/externals/vcpkg/ports/boost-algorithm/vcpkg.json

28 lines
595 B
JSON
Executable File

{
"name": "boost-algorithm",
"version": "1.79.0",
"description": "Boost algorithm module",
"homepage": "https://github.com/boostorg/algorithm",
"license": "BSL-1.0",
"dependencies": [
"boost-array",
"boost-assert",
"boost-bind",
"boost-concept-check",
"boost-config",
"boost-core",
"boost-exception",
"boost-function",
"boost-iterator",
"boost-mpl",
"boost-range",
"boost-regex",
"boost-static-assert",
"boost-throw-exception",
"boost-tuple",
"boost-type-traits",
"boost-unordered",
"boost-vcpkg-helpers"
]
}