15 lines
388 B
Text
15 lines
388 B
Text
|
|
(lang dune 1.0)
|
||
|
|
|
||
|
|
;; Run the following command to test against all supported versions of
|
||
|
|
;; OCaml:
|
||
|
|
;;
|
||
|
|
;; $ dune runtest --workspace dune-workspace.dev
|
||
|
|
|
||
|
|
(context (opam (switch 4.02.3)))
|
||
|
|
(context (opam (switch 4.03.0)))
|
||
|
|
(context (opam (switch 4.04.2)))
|
||
|
|
(context (opam (switch 4.05.0)))
|
||
|
|
(context (opam (switch 4.06.1)))
|
||
|
|
(context (opam (switch 4.07.0)))
|
||
|
|
(context (opam (switch 4.08.0+trunk)))
|