summaryrefslogtreecommitdiff
path: root/lib/tinyfsm/library.json
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-05-19 21:21:27 +1000
committerjacqueline <me@jacqueline.id.au>2023-05-19 21:21:27 +1000
commita6ab1504058304012791281f9eb42c262745888f (patch)
treef82379cd1e66a8ae2f1afbae5cf083a8ab7acc53 /lib/tinyfsm/library.json
parentb320a6a863cf1c10dc79254af41f573730935564 (diff)
downloadtangara-fw-a6ab1504058304012791281f9eb42c262745888f.tar.gz
Add tinyfsm, start converting core functions to an FSM-based event loop
Diffstat (limited to 'lib/tinyfsm/library.json')
-rw-r--r--lib/tinyfsm/library.json24
1 files changed, 24 insertions, 0 deletions
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/"
+ ]
+ }
+}