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" } ]