vcpkg/ports/antlr4/vcpkg.json
2024-10-04 11:42:13 -04:00

23 lines
428 B
JSON

{
"name": "antlr4",
"version": "4.13.2",
"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
}
]
}