this repo has no description

Add an upper-bound constraint on dump_ocamlformat

Changed files
+1 -1
packages
dump_ocamlformat
dump_ocamlformat.0.2.2
+1 -1
packages/dump_ocamlformat/dump_ocamlformat.0.2.2/opam
···
bug-reports: "https://github.com/diohabara/dump_ocamlformat/issues"
depends: [
"dune" {>= "3.0"}
-
"core" {>= "v0.14.1"}
+
"core" {>= "v0.14.1" & < "v0.15"}
"ocaml" {>= "4.10.0"}
"ocamlformat" {>= "0.20.1"}
"odoc" {>= "2.1.0"}