vcpkg/ports/antlr4/vcpkg.json
Jia Yue Hua fee3b14b9d
[antlr4] update to 4.13.1 (#34058)
* [antlr4] update to 4.13.1

* [antlr4] update to 4.13.1
2023-09-28 23:00:44 -07:00

23 lines
428 B
JSON

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