Merge pull request #21251 from kit-ty-kate/fix-32
Mark b0.0.0.0 incompatible with OCaml 5.0 (uses Pervasives)
Kate 3 years ago 3d6779be 8390f335
··· 9 9 tags: ["dev" "org:erratique" "org:b0-system" "build" ] 10 10 depends: 11 11 [ 12 12 - "ocaml" {>= "4.03.0"} 12 12 + "ocaml" {>= "4.03.0" & < "5.0"} 13 13 "ocamlfind" {build} 14 14 "ocamlbuild" {build} 15 15 "topkg" {build & >= "0.9.0"}