this repo has no description

`ocamlformat` version bounds

Changed files
+2 -2
packages
ocamlformat
ocamlformat.0.23.0
ocamlformat.0.24.1
+1 -1
packages/ocamlformat/ocamlformat.0.23.0/opam
···
depends: [
"ocaml" {>= "4.08" & < "5.2"}
"alcotest" {with-test}
-
"base" {>= "v0.12.0"}
+
"base" {>= "v0.12.0" & < "v0.17.0"}
"cmdliner" {>= "1.1.0"}
"dune" {>= "2.8"}
"dune" {with-test & < "3.0"}
+1 -1
packages/ocamlformat/ocamlformat.0.24.1/opam
···
depends: [
"ocaml" {>= "4.08" & < "5.2"}
"alcotest" {with-test}
-
"base" {>= "v0.12.0"}
+
"base" {>= "v0.12.0" & < "v0.17.0"}
"cmdliner" {>= "1.1.0"}
"dune" {>= "2.8"}
"dune-build-info"