aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-iterator/vcpkg.json
blob: 805fcb3193963f03f2309f7bc4ab951e073ca7ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "boost-iterator",
  "version-string": "1.75.0",
  "description": "Boost iterator module",
  "homepage": "https://github.com/boostorg/iterator",
  "dependencies": [
    "boost-assert",
    "boost-compatibility",
    "boost-concept-check",
    "boost-config",
    "boost-conversion",
    "boost-core",
    "boost-detail",
    "boost-function-types",
    "boost-fusion",
    "boost-mpl",
    "boost-optional",
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}