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

27 lines
566 B
JSON

{
"name": "boost-range",
"version": "1.77.0",
"description": "Boost range module",
"homepage": "https://github.com/boostorg/range",
"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"
]
}