mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
23 lines
428 B
JSON
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
|
|
}
|
|
]
|
|
}
|