aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-multi-array/vcpkg.json
blob: 07804cbd4a2046e263e57aaf333ae450a43b75b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "boost-multi-array",
  "version": "1.76.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-utility",
    "boost-vcpkg-helpers"
  ]
}