aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-foreach/vcpkg.json
blob: 2f117a39234b5b25dd6be2c5b0105abc95edfef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "boost-foreach",
  "version": "1.76.0",
  "description": "Boost foreach module",
  "homepage": "https://github.com/boostorg/foreach",
  "dependencies": [
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-iterator",
    "boost-mpl",
    "boost-range",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}