aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/antlr4/vcpkg.json
blob: f93a9f37287da1c20527a17415c52511a10a1a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "antlr4",
  "version": "4.13.2",
  "port-version": 1,
  "description": "ANother Tool for Language Recognition",
  "homepage": "https://www.antlr.org",
  "license": "BSD-3-Clause",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "libuuid",
      "platform": "!uwp & !windows & !osx"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}