aboutsummaryrefslogtreecommitdiff
path: root/ports/argparse/vcpkg.json
blob: ca94bbc8b9ae68ca330bd057865a2ac30d0411cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "argparse",
  "version": "2.2",
  "description": "Argument parser for modern C++",
  "homepage": "https://github.com/p-ranav/argparse",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}