aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-program-options/vcpkg.json
blob: 28af65129ae361ba0c8fae30b052e00857a1072a (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
{
  "name": "boost-program-options",
  "version": "1.77.0",
  "description": "Boost program_options module",
  "homepage": "https://github.com/boostorg/program_options",
  "dependencies": [
    "boost-any",
    "boost-bind",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-function",
    "boost-iterator",
    "boost-lexical-cast",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-tokenizer",
    "boost-type-traits",
    "boost-vcpkg-helpers",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}