aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/getopt/vcpkg.json
blob: 3c36900f22bc1ad90cc1b13a9215b48924a2898b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "getopt",
  "version": "0",
  "port-version": 3,
  "description": "The getopt and getopt_long functions automate some of the chore involved in parsing typical unix command line options.",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "getopt-win32",
      "platform": "windows & !mingw"
    }
  ]
}