this repo has no description

Merge pull request #27096 from hannesm/more-foxes

fix ocaml constraints that were mistyped

Changed files
+2 -2
packages
opam-core
opam-core.2.0.0~rc
utop
utop.1.6
+1 -1
packages/opam-core/opam-core.2.0.0~rc/opam
···
[make "%{name}%.install"]
]
depends: [
-
"ocaml" {>= "4.02.3" & < "4.0.7"}
+
"ocaml" {>= "4.02.3" & < "4.07.0"}
"base-unix"
"base-bigarray"
"ocamlgraph"
+1 -1
packages/utop/utop.1.6/opam
···
]
remove: [["ocamlfind" "remove" "utop"]]
depends: [
-
"ocaml" {= "4.01"}
+
"ocaml" {= "4.01.0"}
"ocamlfind" {< "1.5.6"}
"lambda-term" {>= "1.2" & < "2.0"}
"lwt"