aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tabulate/vcpkg.json
blob: d88fefb59285e70b564a8a5e8c2c55628b50bdac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tabulate",
  "version": "1.5",
  "description": "Table maker for modern C++",
  "homepage": "https://github.com/p-ranav/tabulate",
  "license": "MIT AND BSL-1.0 AND BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}