mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:49:01 +08:00
fee3b14b9d
* [antlr4] update to 4.13.1 * [antlr4] update to 4.13.1
23 lines
428 B
JSON
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
|
|
}
|
|
]
|
|
}
|