aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dimcli/vcpkg.json
blob: 4892c0c66c46137faeaa00f9570d2b3c884424a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "dimcli",
  "version-semver": "7.3.0",
  "description": "C++ command line parser toolkit",
  "homepage": "https://github.com/gknowles/dimcli",
  "documentation": "https://gknowles.github.io/dimcli",
  "license": "BSL-1.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}