aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/structopt/vcpkg.json
blob: 980418cda54104deb47eb20aeafabc33d84990e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "structopt",
  "version": "0.1.3",
  "description": "Parse command line arguments by defining a struct.",
  "homepage": "https://github.com/p-ranav/structopt",
  "documentation": "https://github.com/p-ranav/structopt",
  "license": "MIT",
  "dependencies": [
    "magic-enum",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "visit-struct"
  ]
}