diff options
Diffstat (limited to 'src/boost/libs/msm/meta/libraries.json')
-rw-r--r-- | src/boost/libs/msm/meta/libraries.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/boost/libs/msm/meta/libraries.json b/src/boost/libs/msm/meta/libraries.json new file mode 100644 index 00000000..3e30a575 --- /dev/null +++ b/src/boost/libs/msm/meta/libraries.json @@ -0,0 +1,14 @@ +{ + "key": "msm", + "name": "Meta State Machine", + "authors": [ + "Christophe Henry" + ], + "description": "A very high-performance library for expressive UML2 finite state machines.", + "category": [ + "State" + ], + "maintainers": [ + "Christophe Henry <christophe.j.henry -at- googlemail.com>" + ] +} |