aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-algorithm/vcpkg.json
blob: f324572f0abec1eb4eaa17e6f4d3af9c9ec6e4e0 (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
25
26
27
28
{
  "name": "boost-algorithm",
  "version-string": "1.75.0",
  "description": "Boost algorithm module",
  "homepage": "https://github.com/boostorg/algorithm",
  "dependencies": [
    "boost-array",
    "boost-assert",
    "boost-bind",
    "boost-concept-check",
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-exception",
    "boost-function",
    "boost-iterator",
    "boost-mpl",
    "boost-range",
    "boost-regex",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-tuple",
    "boost-type-traits",
    "boost-unordered",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}