aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/argumentum/vcpkg.json
blob: 04c764e4eaa12f1b0af907a80fcdfed1d7c8ca67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "argumentum",
  "version": "0.3.2",
  "description": "A C++17 command line argument parser inspired by Python argparse",
  "homepage": "https://github.com/mmahnic/argumentum",
  "license": "MPL-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}