aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-iterator/vcpkg.json
blob: df8348d3933b71155978c5d3c2ffe586b95e99b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "boost-iterator",
  "version": "1.76.0",
  "description": "Boost iterator module",
  "homepage": "https://github.com/boostorg/iterator",
  "dependencies": [
    "boost-assert",
    "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"
  ]
}