From 1b13bd438e2935c1c5a0a6a4c303fde7d545d7a4 Mon Sep 17 00:00:00 2001 From: Bruce Doan Date: Mon, 1 Jan 2018 23:35:09 +0700 Subject: [PATCH] Added package fsm --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 681cd69..f120663 100644 --- a/packages.json +++ b/packages.json @@ -7871,5 +7871,19 @@ "description": "Wrapper of the AVbin library for the Nim language.", "license": "LGPL", "web": "https://github.com/Vladar4/avbin" + }, + { + "name": "fsm", + "url": "https://github.com/ba0f3/fsm.nim", + "method": "git", + "tags": [ + "fsm", + "finite", + "state", + "machine" + ], + "description": "A simple finite-state machine for @nim-lang", + "license": "MIT", + "web": "https://github.com/ba0f3/fsm.nim" } ]