ocaml/dune

allow to use rtop (reasonml utop) with dune

Open

#5,975 opened on Jul 15, 2022

 (1 comment) (0 reactions) (0 assignees)OCaml (478 forks)github user discovery
help wanted

Repository metrics

Stars
 (1,882 stars)
PR merge metrics
 (Avg merge 1d 20h) (345 merged PRs in 30d)

Description

Desired Behavior

dune allow to compile reasonml files but AFAIK we cannot use the rtop REPL.

Example

just run dune rtop and you will get inside the ReasonML REPL, the same way as dune utop for Ocaml projects.

Contributor guide