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