aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-locale/vcpkg.json
blob: 6953dc449e63925eb7a5e9f587c69e530af931d6 (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
43
{
  "name": "boost-locale",
  "version": "1.77.0",
  "description": "Boost locale module",
  "homepage": "https://github.com/boostorg/locale",
  "supports": "!uwp",
  "dependencies": [
    "boost-assert",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    "boost-function",
    "boost-iterator",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-thread",
    "boost-type-traits",
    "boost-unordered",
    "boost-vcpkg-helpers",
    {
      "name": "libiconv",
      "platform": "!uwp & !windows & !mingw"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "features": {
    "icu": {
      "description": "ICU backend for Boost.Locale",
      "dependencies": [
        "icu"
      ]
    }
  }
}