Add a workspace file for development

This commit is contained in:
Jérémie Dimino 2017-02-26 21:41:49 +00:00
parent 7cc152d740
commit 372efc86a7
1 changed files with 11 additions and 0 deletions

11
jbuild-workspace.dev Normal file
View File

@ -0,0 +1,11 @@
;; 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+beta1)))