File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
1111install: [make "install"]
1212remove: ["ocamlfind" "remove" "efl"]
1313depends: [
14- "ocaml" {>= "3.12"}
14+ "ocaml" {>= "3.12" & < "5.3" }
1515 "ocamlfind"
1616 "ocamlbuild" {build}
1717 "conf-efl"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
1111install: [make "install"]
1212remove: ["ocamlfind" "remove" "efl"]
1313depends: [
14- "ocaml" {>= "3.12"}
14+ "ocaml" {>= "3.12" & < "5.3" }
1515 "ocamlfind"
1616 "ocamlbuild" {build}
1717 "conf-efl"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
1111install: [make "install"]
1212remove: ["ocamlfind" "remove" "efl"]
1313depends: [
14- "ocaml" {>= "3.12"}
14+ "ocaml" {>= "3.12" & < "5.3" }
1515 "ocamlfind"
1616 "ocamlbuild" {build}
1717 "conf-efl"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
1212install: [make "install"]
1313remove: ["ocamlfind" "remove" "efl"]
1414depends: [
15- "ocaml" {>= "3.12"}
15+ "ocaml" {>= "3.12" & < "5.3" }
1616 "ocamlfind"
1717 "ocamlbuild" {build}
1818 "conf-efl"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
1212install: [make "install"]
1313remove: ["ocamlfind" "remove" "efl"]
1414depends: [
15- "ocaml" {>= "3.12"}
15+ "ocaml" {>= "3.12" & < "5.3" }
1616 "ocamlfind"
1717 "ocamlbuild" {build}
1818 "conf-efl"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
1212install: [make "install"]
1313remove: ["ocamlfind" "remove" "efl"]
1414depends: [
15- "ocaml" {>= "3.12"}
15+ "ocaml" {>= "3.12" & < "5.3" }
1616 "ocamlfind" {build}
1717 "ocamlbuild" {build}
1818 "conf-efl" {build}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
1111]
1212install: [make "install"]
1313depends: [
14- "ocaml" {>= "3.12"}
14+ "ocaml" {>= "3.12" & < "5.3" }
1515 "ocamlfind" {build}
1616 "ocamlbuild" {build}
1717 "conf-efl" {build}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
1111]
1212install: [make "install"]
1313depends: [
14- "ocaml" {>= "3.12"}
14+ "ocaml" {>= "3.12" & < "5.3" }
1515 "ocamlfind" {build}
1616 "ocamlbuild" {build}
1717 "conf-efl" {build}
You can’t perform that action at this time.
0 commit comments