aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/argtable3/vcpkg.json
blob: 546ab9bba4c9a493cb3bfaa64bf1bae452686389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "argtable3",
  "version": "3.3.1",
  "description": "A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options",
  "homepage": "https://www.argtable.org/",
  "license": "BSD-3-Clause AND TCL",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}