blob: 6486dfaa5f7e8157656f153e73e900096c4f585b (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"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"
]
}
|