diff options
Diffstat (limited to 'vcpkg/ports/ctpg/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ctpg/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/ctpg/vcpkg.json b/vcpkg/ports/ctpg/vcpkg.json new file mode 100644 index 0000000..b6482cc --- /dev/null +++ b/vcpkg/ports/ctpg/vcpkg.json @@ -0,0 +1,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 + } + ] +} |