Merge pull request #24068 from mseri/fix-ocplib0simplex-o5.1
ocplib-simplex 0.4 is not compatbile with ocaml 5.1
Marcello Seri 2 years ago 6db73978 1adddc5d
··· 28 ] 29 30 depends: [ 31 - "ocaml" {>= "4.01.0"} 32 "ocamlfind" {build} 33 "conf-autoconf" {build} 34 "num"
··· 28 ] 29 30 depends: [ 31 + "ocaml" {>= "4.01.0" & < "5.1~"} 32 "ocamlfind" {build} 33 "conf-autoconf" {build} 34 "num"