Added package synthesis (#1272)

This commit is contained in:
Mamy Ratsimbazafy 2019-12-15 08:05:58 +01:00 committed by Miran
parent 2038b1ed77
commit ee88bd47e7

View File

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