mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 00:49:20 +08:00
2ef381ddf7
* Update antlr4 to version 4.11.1 and use GitHub instead of website downloads * Remove unused patch files * Run x-add-version * Remove single-use variable and enforce vcpkg version * x-add-version * Use VERSION variable which is generated by vcpkg from vcpkg.json * Add quotes, remove variable-used-once. * Minimize patch. * Update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
23 lines
428 B
JSON
23 lines
428 B
JSON
{
|
|
"name": "antlr4",
|
|
"version": "4.11.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
|
|
}
|
|
]
|
|
}
|