Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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
}
]
}