Browse Source

Update ocaml-version

 + We are using functionnalities of OCaml version >= 4.02. For instance:

``` ocaml
match … with
| exception … -> …
```

 + In CI, ocaml_402 is working, although ocaml_sys does not, since it's using
 ocaml version 4.01. Keeping this since it's quite fast to run, and to make sure
 we have the right constraints on compiler.
Leo 9 years ago
parent
commit
d3f3fa5ac8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      opam

+ 1 - 1
opam

@@ -11,7 +11,7 @@ build: [
   ["./configure" "--prefix=%{prefix}%"]
   [make]
 ]
-available: [ ocaml-version >= "4.01.0"]
+available: [ ocaml-version >= "4.02.0"]
 install: [make "install"]
 remove: ["ocamlfind" "remove" "ocl"]
 depends: [