this repo has no description

Merge pull request #21251 from kit-ty-kate/fix-32

Mark b0.0.0.0 incompatible with OCaml 5.0 (uses Pervasives)

Kate 3d6779be 8390f335

Changed files
+1 -1
packages
b0
b0.0.0.0
+1 -1
packages/b0/b0.0.0.0/opam
···
tags: ["dev" "org:erratique" "org:b0-system" "build" ]
depends:
[
-
"ocaml" {>= "4.03.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "0.9.0"}
···
tags: ["dev" "org:erratique" "org:b0-system" "build" ]
depends:
[
+
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "0.9.0"}