aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/argtable2/vcpkg.json
blob: 6d1a52520dd785a9149a945aa20f111bb58407a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "argtable2",
  "version": "2.13",
  "port-version": 11,
  "description": "Argtable is an ANSI C library for parsing GNU style command line options with a minimum of fuss.",
  "homepage": "http://argtable.sourceforge.net",
  "license": "LGPL-2.0-only",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "getopt",
      "platform": "windows & !mingw"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}