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: [
11
11
install: [make "install"]
12
12
remove: ["ocamlfind" "remove" "efl"]
13
13
depends: [
14
- "ocaml" {>= "3.12"}
14
+ "ocaml" {>= "3.12" & < "5.3" }
15
15
"ocamlfind"
16
16
"ocamlbuild" {build}
17
17
"conf-efl"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
11
11
install: [make "install"]
12
12
remove: ["ocamlfind" "remove" "efl"]
13
13
depends: [
14
- "ocaml" {>= "3.12"}
14
+ "ocaml" {>= "3.12" & < "5.3" }
15
15
"ocamlfind"
16
16
"ocamlbuild" {build}
17
17
"conf-efl"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
11
11
install: [make "install"]
12
12
remove: ["ocamlfind" "remove" "efl"]
13
13
depends: [
14
- "ocaml" {>= "3.12"}
14
+ "ocaml" {>= "3.12" & < "5.3" }
15
15
"ocamlfind"
16
16
"ocamlbuild" {build}
17
17
"conf-efl"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
12
12
install: [make "install"]
13
13
remove: ["ocamlfind" "remove" "efl"]
14
14
depends: [
15
- "ocaml" {>= "3.12"}
15
+ "ocaml" {>= "3.12" & < "5.3" }
16
16
"ocamlfind"
17
17
"ocamlbuild" {build}
18
18
"conf-efl"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
12
12
install: [make "install"]
13
13
remove: ["ocamlfind" "remove" "efl"]
14
14
depends: [
15
- "ocaml" {>= "3.12"}
15
+ "ocaml" {>= "3.12" & < "5.3" }
16
16
"ocamlfind"
17
17
"ocamlbuild" {build}
18
18
"conf-efl"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
12
12
install: [make "install"]
13
13
remove: ["ocamlfind" "remove" "efl"]
14
14
depends: [
15
- "ocaml" {>= "3.12"}
15
+ "ocaml" {>= "3.12" & < "5.3" }
16
16
"ocamlfind" {build}
17
17
"ocamlbuild" {build}
18
18
"conf-efl" {build}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
11
11
]
12
12
install: [make "install"]
13
13
depends: [
14
- "ocaml" {>= "3.12"}
14
+ "ocaml" {>= "3.12" & < "5.3" }
15
15
"ocamlfind" {build}
16
16
"ocamlbuild" {build}
17
17
"conf-efl" {build}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
11
11
]
12
12
install: [make "install"]
13
13
depends: [
14
- "ocaml" {>= "3.12"}
14
+ "ocaml" {>= "3.12" & < "5.3" }
15
15
"ocamlfind" {build}
16
16
"ocamlbuild" {build}
17
17
"conf-efl" {build}
You can’t perform that action at this time.
0 commit comments