mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 08:09:08 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|