aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/arg-router/vcpkg.json
blob: 09a57046d044f0179f9cec9103e9339ef720b690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "arg-router",
  "version": "1.4.0",
  "port-version": 1,
  "description": "C++ command line argument parsing and routing.",
  "homepage": "https://github.com/cmannett85/arg_router",
  "documentation": "https://cmannett85.github.io/arg_router/",
  "license": "BSL-1.0",
  "dependencies": [
    "boost-lexical-cast",
    "boost-mp11",
    "boost-preprocessor",
    "span-lite",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}