package sd_logic

  1. Overview
  2. No Docs
Functionality for time-based finite state machine

Install

Authors

Maintainers

Sources

v0.1.tar.gz
md5=cef421463812029621beb6c8c521b40d

Description

State Dimension Logic is a package that provides functionality for storing data about a robot in a single place (finite state machine). It allows you to more safely and systematcally organize and access the data.

Notably, while it's intended use is robotics, it can also be used for any project where similar logic is happening tick by tick.

For a full description, visit https://github.com/zevbo/StateDimensionLogic/blob/main/README.md

Published: 07 Jan 2022

Dependencies (3)

  1. ppx_jane >= "v0.14.0" & < "v0.15"
  2. core >= "v0.14.1" & < "v0.15"
  3. dune >= "2.7"

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit2 with-test & >= "2.2.4"

Used by

None

Conflicts

None