mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:49:00 +08:00
11 lines
332 B
JSON
11 lines
332 B
JSON
|
{
|
||
|
"name": "hfsm2",
|
||
|
"version-string": "beta7",
|
||
|
"port-version": 1,
|
||
|
"description": "Header-only heriarchical FSM framework in C++14, with fully statically-defined structure (no dynamic allocations), built with variadic templates.",
|
||
|
"homepage": "https://github.com/andrew-gresyk/HFSM2",
|
||
|
"dependencies": [
|
||
|
"catch2"
|
||
|
]
|
||
|
}
|