vcpkg/ports/antlr4/vcpkg.json
2022-01-13 09:23:06 -08:00

18 lines
330 B
JSON

{
"name": "antlr4",
"version": "4.9.3",
"description": "ANother Tool for Language Recognition",
"homepage": "https://www.antlr.org",
"supports": "!uwp",
"dependencies": [
{
"name": "libuuid",
"platform": "!uwp & !windows & !osx"
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}