ocaml-mindstorm icon indicating copy to clipboard operation
ocaml-mindstorm copied to clipboard

Library to drive Lego mindstorm NXT bricks from OCaml. Communication with the NXT brick is done through bluetooth.

Results 2 ocaml-mindstorm issues
Sort by recently updated
recently updated
newest added

Spotted while checking something else - the 32-bit MSVC port has always reported `"win32"` (the 32-bit mingw port reports `"mingw"`)

This fixes two problems that were preventing this package from working when vendored inside another dune project: - Replace workspace_root with project_root in dune file. When a package is vendored...