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

20 lines
429 B
JSON

{
"name": "boost-multi-array",
"version": "1.77.0",
"description": "Boost multi_array module",
"homepage": "https://github.com/boostorg/multi_array",
"dependencies": [
"boost-array",
"boost-assert",
"boost-concept-check",
"boost-config",
"boost-core",
"boost-functional",
"boost-iterator",
"boost-mpl",
"boost-static-assert",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}