Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 506 Bytes

File metadata and controls

19 lines (13 loc) · 506 Bytes

rincewind

Build Rincewind executables

Rincewind is a CMT annotation extractor used by the ReasonML plugin for IntelliJ Idea.

local build

prepare:

  • opam switch [create] <ocaml version>
  • opam install . --deps-only --with-test

build:

  • dune build

test (any):

  • dune test
  • dune build @cramtest-name
  • dune build @cramtest-name --auto-promote