this repo has no description

Merge pull request #21898 from hannesm/metrics-no-ocaml5

metrics 0.1.0 is not compatible with ocaml 5.0, fix #21869

Kate d12e3c12 be5b458e

Changed files
+1 -1
packages
metrics
metrics.0.1.0
+1 -1
packages/metrics/metrics.0.1.0/opam
···
]
depends: [
-
"ocaml" {>= "4.04.0"}
"dune" {>= "1.4"}
"fmt" {>= "0.8.5"}
"alcotest" {with-test}
···
]
depends: [
+
"ocaml" {>= "4.04.0" & < "5.0"}
"dune" {>= "1.4"}
"fmt" {>= "0.8.5"}
"alcotest" {with-test}