From 372efc86a72e399b46d6e67617246d7fa130bc84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Dimino?= Date: Sun, 26 Feb 2017 21:41:49 +0000 Subject: [PATCH] Add a workspace file for development --- jbuild-workspace.dev | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 jbuild-workspace.dev diff --git a/jbuild-workspace.dev b/jbuild-workspace.dev new file mode 100644 index 00000000..cf75aa8c --- /dev/null +++ b/jbuild-workspace.dev @@ -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)))