aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ctpg/vcpkg.json
blob: b6482ccc81f4b90bc216726062c98a7ca70a96bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "ctpg",
  "version": "1.3.7",
  "port-version": 2,
  "description": "Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time.",
  "homepage": "https://github.com/peter-winter/ctpg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}