this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25751 from ocaml/mseri-patch-5

advi 2.0.0 is not compatible with ocaml 5

authored by

Marcello Seri and committed by
GitHub
fe363a90 bb301cfb

+1 -1
+1 -1
packages/advi/advi.2.0.0/opam
··· 25 25 doc: "http://advi.inria.fr" 26 26 bug-reports: "Didier.Remy@inria.fr" 27 27 depends: [ 28 - "ocaml" {>= "4.11.1"} 28 + "ocaml" {>= "4.11.1" & < "5.0"} 29 29 "dune" {>= "2.5"} 30 30 "graphics" {>= "5.1.1"} 31 31 "camlimages" {>= "5.0.4"}