aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cxxopts/vcpkg.json
blob: 5b3c1d979f4e15916bc8310fc56019873a5035a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "cxxopts",
  "version-semver": "3.3.1",
  "port-version": 1,
  "description": "A lightweight C++ option parser library, supporting the standard GNU style syntax for options",
  "homepage": "https://github.com/jarro2783/cxxopts",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}