vcpkg/ports/lemon-parser-generator/vcpkg.json

15 lines
434 B
JSON
Raw Normal View History

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