this repo has no description

ocamlformat-lib is not compatible with OCaml 5.2 (uses compiler-libs)

Kate 10b60f03 90d8c520

Changed files
+3 -3
packages
ocamlformat-lib
ocamlformat-lib.0.25.1
ocamlformat-lib.0.26.0
ocamlformat-lib.0.26.1
+1 -1
packages/ocamlformat-lib/ocamlformat-lib.0.25.1/opam
···
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
depends: [
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "5.2"}
"alcotest" {with-test & >= "1.3.0"}
"base" {>= "v0.12.0"}
"dune" {>= "2.8"}
+1 -1
packages/ocamlformat-lib/ocamlformat-lib.0.26.0/opam
···
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
depends: [
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "5.2"}
"alcotest" {with-test & >= "1.3.0"}
"base" {>= "v0.12.0"}
"dune" {>= "2.8"}
+1 -1
packages/ocamlformat-lib/ocamlformat-lib.0.26.1/opam
···
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
depends: [
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "5.2"}
"alcotest" {with-test & >= "1.3.0"}
"base" {>= "v0.12.0"}
"dune" {>= "2.8"}