this repo has no description

Merge pull request #21962 from kit-ty-kate/fix-1

Fix the compilation of ocp-build.1.99.21 with OCaml >= 4.07 and seq < base

Kate e94403c2 891948e5

Changed files
+1 -1
packages
ocp-build
ocp-build.1.99.21
+1 -1
packages/ocp-build/ocp-build.1.99.21/opam
···
]
depends: [
"ocaml" {< "4.12"}
-
("seq" {>= "base"} & "ocaml" {>= "4.07.0"} | "seq" & "ocaml")
+
("seq" {>= "base"} & "ocaml" {>= "4.07.0"} | "seq" {< "base"} & "ocaml" {< "4.07.0"})
"ocamlfind"
"cmdliner" {>= "1" & < "1.1.0"}
"re" {>= "1.7.3"}