aboutsummaryrefslogtreecommitdiff
path: root/ports/antlr4/vcpkg.json
blob: 22a33dc30588e8d087c8782573741061207e7ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "antlr4",
  "version-string": "4.9.1",
  "port-version": 1,
  "description": "ANother Tool for Language Recognition",
  "homepage": "https://www.antlr.org",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "libuuid",
      "platform": "!uwp & !windows & !osx"
    }
  ]
}