mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 16:39:25 +08:00
15 lines
297 B
JSON
15 lines
297 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|