vcpkg/ports/ctpg/vcpkg.json

19 lines
535 B
JSON
Raw Normal View History

2023-01-05 04:50:47 +08:00
{
"name": "ctpg",
"version": "1.3.7",
"port-version": 2,
2023-01-05 04:50:47 +08:00
"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
2023-01-05 04:50:47 +08:00
}
]
}