aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/magic-args/vcpkg.json
blob: 789ac13b8ac8ef6a755d4ce948dc361551e6998a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "magic-args",
  "version": "0.2.1",
  "description": "Ease-of-use-first argument parsing for C++23",
  "homepage": "https://github.com/fredemmott/magic_args",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}