mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
aa27f5d15a
* [vcpkg-tool-lemon] New port * [vcpkg-tool-lemon] Rename to lemon-parser-generator * [vcpkg baseline] Add lemon-parser-generator
15 lines
434 B
JSON
15 lines
434 B
JSON
{
|
|
"name": "lemon-parser-generator",
|
|
"version": "3.39.3",
|
|
"description": "The Lemon program is an LALR(1) parser generator. It takes a context free grammar and converts it into a subroutine that will parse a file using that grammar.",
|
|
"homepage": "https://www.hwaci.com/sw/lemon/index.html",
|
|
"license": "blessing",
|
|
"supports": "native",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|