aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lemon-parser-generator/vcpkg.json
blob: 9e91f067c8d8a2a52fb74f8642e061d1f124e3eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "lemon-parser-generator",
  "version": "3.39.3",
  "port-version": 1,
  "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
    }
  ]
}