vcpkg/ports/ctpg/vcpkg.json
Adrian Bibby Walther 8b034a7612
[ctpg] Fix portfile (#28908)
* Completely ignore ctpg debug install.

* Updated version files.

* Fixed incorrect usage instructions.

* Updated version files.

* Changed port-version to 2.

* Updated version files.
2023-01-17 11:35:55 -08:00

19 lines
535 B
JSON

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