this repo has no description

Merge pull request #23399 from hannesm/conex-ocaml5

conex 0.9.2 is not compatible with ocaml5 (uses Pervasives)

Kate 3f793b17 1444bfa9

Changed files
+1 -1
packages
conex
conex.0.9.2
+1 -1
packages/conex/conex.0.9.2/opam
···
["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
-
"ocaml" {>= "4.03.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
···
["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
+
"ocaml" {>= "4.03.0" & < "5.0.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}