dune/jbuild-workspace.dev

13 lines
359 B
Plaintext

;; Install the following opam switches, copy this file as
;; jbuild-workspace and run:
;;
;; $ ./_build/default/bin/main.exe build @install
;;
;; This will build jbuilder against all these version of OCaml
(context ((switch 4.02.3)))
(context ((switch 4.03.0)))
(context ((switch 4.04.0)))
(context ((switch 4.05.0+beta2)))
(context ((switch 4.06.0+trunk)))