this repo has no description

Merge pull request #19715 from dannywillems/fix-ocamlformat.0.15.0

Add missing constraint for ocamlformat.0.15.0 on odoc

Changed files
+1 -1
packages
ocamlformat
ocamlformat.0.15.0
+1 -1
packages/ocamlformat/ocamlformat.0.15.0/opam
···
"menhir" {>= "20181006"}
"ocaml-migrate-parsetree" {>= "1.7.3" & < "2.0.0"}
"ocp-indent" {with-test}
-
"odoc" {>= "1.4.2"}
"re" {>= "1.7.2"}
"stdio" {< "v0.15"}
"uuseg" {>= "10.0.0"}
···
"menhir" {>= "20181006"}
"ocaml-migrate-parsetree" {>= "1.7.3" & < "2.0.0"}
"ocp-indent" {with-test}
+
"odoc" {>= "1.4.2" & < "2.0.0"}
"re" {>= "1.7.2"}
"stdio" {< "v0.15"}
"uuseg" {>= "10.0.0"}