mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-05 22:14:04 -05:00
24 lines
448 B
JSON
Executable File
24 lines
448 B
JSON
Executable File
{
|
|
"name": "antlr4",
|
|
"version": "4.9.3",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|