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