Merge pull request #635 from ba0f3/add-fsm1635

Add package fsm
This commit is contained in:
Dominik Picheta 2018-01-01 20:05:12 +00:00 committed by GitHub
commit c31e1b6268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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