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

28 lines
590 B
JSON
Executable File

{
"name": "boost-range",
"version": "1.79.0",
"description": "Boost range module",
"homepage": "https://github.com/boostorg/range",
"license": "BSL-1.0",
"dependencies": [
"boost-array",
"boost-assert",
"boost-concept-check",
"boost-config",
"boost-container-hash",
"boost-conversion",
"boost-core",
"boost-detail",
"boost-iterator",
"boost-mpl",
"boost-optional",
"boost-preprocessor",
"boost-regex",
"boost-static-assert",
"boost-tuple",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}