this repo has no description

Merge pull request #24912 from ocaml/mseri-patch-4

pareto 0.3 is not compatible with ocaml 5

Changed files
+1 -1
packages
pareto
pareto.0.3
+1 -1
packages/pareto/pareto.0.3/opam
···
remove: ["ocamlfind" "remove" "pareto"]
depends: [
-
"ocaml" {>= "4.00.1"}
+
"ocaml" {>= "4.00.1" & < "5.0"}
"ocamlfind"
"ocamlbuild" {build}
"gsl" {>= "1.13.0"}