this repo has no description

b0 < 0.0.5 is not compatible with OCaml 5.1 (does not compile with -strict-formats on)

Kate aa460453 aa4ff8bc

Changed files
+3 -3
packages
b0
b0.0.0.2
b0.0.0.3
b0.0.0.4
+1 -1
packages/b0/b0.0.0.2/opam
···
bug-reports: "https://github.com/b0-system/b0/issues"
license: ["ISC" "BSD-2-Clause"]
tags: ["dev" "org:erratique" "org:b0-system" "build"]
-
depends: ["ocaml" {>= "4.08.0"}
+
depends: ["ocaml" {>= "4.08.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
+1 -1
packages/b0/b0.0.0.3/opam
···
bug-reports: "https://github.com/b0-system/b0/issues"
license: ["ISC" "BSD-2-Clause"]
tags: ["dev" "org:erratique" "org:b0-system" "build"]
-
depends: ["ocaml" {>= "4.08.0"}
+
depends: ["ocaml" {>= "4.08.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
+1 -1
packages/b0/b0.0.0.4/opam
···
doc: "https://erratique.ch/software/b0/doc"
bug-reports: "https://github.com/b0-system/b0/issues"
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}