this repo has no description

ocamlformat.0.21.0: Remove the upper-bound constraints on janestreet packages entirely

Kate b3037c79 184fa8b4

Changed files
+2 -2
packages
ocamlformat
ocamlformat.0.21.0
+2 -2
packages/ocamlformat/ocamlformat.0.21.0/opam
···
depends: [
"ocaml" {>= "4.08" & < "4.15"}
"alcotest" {with-test}
-
"base" {>= "v0.12.0" & < "v0.16"}
+
"base" {>= "v0.12.0"}
"cmdliner" {>= "1.1.0"}
"dune" {>= "2.8"}
"dune" {with-test & < "3.0"}
···
"ocp-indent"
"odoc-parser" {>= "1.0.0"}
"re" {>= "1.7.2"}
-
"stdio" {< "v0.16"}
+
"stdio"
"uuseg" {>= "10.0.0"}
"uutf" {>= "1.0.1"}
"odoc" {with-doc}