From a6ab1504058304012791281f9eb42c262745888f Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 19 May 2023 21:21:27 +1000 Subject: Add tinyfsm, start converting core functions to an FSM-based event loop --- lib/tinyfsm/library.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 lib/tinyfsm/library.json (limited to 'lib/tinyfsm/library.json') diff --git a/lib/tinyfsm/library.json b/lib/tinyfsm/library.json new file mode 100644 index 00000000..c0f0a297 --- /dev/null +++ b/lib/tinyfsm/library.json @@ -0,0 +1,24 @@ +{ + "name": "tinyfsm", + "description": "A simple C++ finite state machine library", + "version": "0.3.3", + "repository": { + "type": "git", + "url": "https://dev.tty0.ch/tinyfsm.git" + }, + "homepage": "https://digint.ch/tinyfsm/", + "authors": { + "name": "Axel Burri", + "email": "axel@tty0.ch", + "url": "http://digint.ch", + "maintainer": true + }, + "license": "MIT", + "platforms": "*", + "frameworks": "*", + "build": { + "flags": [ + "-I include/" + ] + } +} -- cgit v1.2.3