aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-regex/vcpkg.json
blob: 0bbcb88c9f7bfa240a51eae3a6266053d7c776fa (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "name": "boost-regex",
  "version-string": "1.75.0",
  "port-version": 2,
  "description": "Boost regex module",
  "homepage": "https://github.com/boostorg/regex",
  "dependencies": [
    "boost-assert",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-compatibility",
    "boost-concept-check",
    "boost-config",
    "boost-container-hash",
    "boost-core",
    "boost-detail",
    "boost-integer",
    "boost-iterator",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-mpl",
    "boost-predef",
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ],
  "features": {
    "icu": {
      "description": "ICU backend for Boost.Regex",
      "dependencies": [
        "icu"
      ]
    }
  }
}