We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891948e commit 00f118eCopy full SHA for 00f118e
packages/ocp-build/ocp-build.1.99.21/opam
@@ -13,7 +13,7 @@ build: [
13
]
14
depends: [
15
"ocaml" {< "4.12"}
16
- ("seq" {>= "base"} & "ocaml" {>= "4.07.0"} | "seq" & "ocaml")
+ ("seq" {>= "base"} & "ocaml" {>= "4.07.0"} | "seq" {< "base"} & "ocaml" {< "4.07.0"})
17
"ocamlfind"
18
"cmdliner" {>= "1" & < "1.1.0"}
19
"re" {>= "1.7.3"}
0 commit comments