add State Machines category

This commit is contained in:
Marco Perone 2023-03-17 11:46:35 +01:00
parent 5f5331ea0b
commit 962504d35e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ name: crem
version: 0.1.0.0
synopsis: Compositional representable executable machines
description: `crem` stands for __c__ompositional __r__epresentable __e__xecutable __m__achines. It allows creating state machines (Mealy machines in fact), compose them to build bigger machines out of smaller ones and then run them and draw their flow and their state space.
category: Machines, Control
category: Machines, Control, State Machines
homepage: https://github.com/tweag/crem
bug-reports: https://github.com/tweag/crem/issues
author: Marco Perone

View File

@ -4,7 +4,7 @@ author: Marco Perone
maintainer: marco.perone@tweag.io
copyright: 2022 Tweag I/O
license: MIT
category: Machines, Control
category: Machines, Control, State Machines
synopsis: Compositional representable executable machines
homepage: https://github.com/tweag/crem
bug-reports: https://github.com/tweag/crem/issues