From ee88bd47e7bbe786bc7434a3784adf0cd0deabcb Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sun, 15 Dec 2019 08:05:58 +0100 Subject: [PATCH] Added package synthesis (#1272) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index b6ae8bc..7143d20 100644 --- a/packages.json +++ b/packages.json @@ -15530,5 +15530,22 @@ "description": "A simple docx reader.", "license": "MIT", "web": "https://github.com/xflywind/docx" + }, + { + "name": "synthesis", + "url": "https://github.com/mratsim/Synthesis", + "method": "git", + "tags": [ + "finite-state-machine", + "state-machine", + "fsm", + "event-driven", + "reactive-programming", + "embedded", + "actor" + ], + "description": "A compile-time, compact, fast, without allocation, state-machine generator.", + "license": "MIT or Apache License 2.0", + "web": "https://github.com/mratsim/Synthesis" } ]