mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:48:59 +08:00
f7927c0c20
* [antlr4] fix dll export/import macro evaluating always to dllexport * [antlr4] fix portfile formatting * [antlr4] fix formatting in port manifest * [antlr4] updated versions in vcpkg/versions
24 lines
449 B
JSON
24 lines
449 B
JSON
{
|
|
"name": "antlr4",
|
|
"version": "4.11.1",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|