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 @@ -4,7 +4,7 @@ homepage: "https://github.com/MyLifeLabs/atd"
44build: make
55remove: [["ocamlfind" "remove" "atd"]]
66depends: [
7- "ocaml"
7+ "ocaml" {< "5.0"}
88 "ocamlfind"
99 "menhir" {< "20211215"}
1010 "easy-format"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ homepage: "https://github.com/mjambon/atd"
44build: make
55remove: [["ocamlfind" "remove" "atd"]]
66depends: [
7- "ocaml"
7+ "ocaml" {< "5.0"}
88 "ocamlfind"
99 "menhir" {< "20211215"}
1010 "easy-format"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ homepage: "https://github.com/mjambon/atd"
44build: make
55remove: [["ocamlfind" "remove" "atd"]]
66depends: [
7- "ocaml"
7+ "ocaml" {< "5.0"}
88 "ocamlfind"
99 "menhir" {< "20211215"}
1010 "easy-format"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ homepage: "https://github.com/mjambon/atd"
44build: make
55remove: [["ocamlfind" "remove" "atd"]]
66depends: [
7- "ocaml"
7+ "ocaml" {< "5.0"}
88 "ocamlfind"
99 "menhir" {< "20211215"}
1010 "easy-format"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ homepage: "https://github.com/mjambon/atd"
44build: make
55remove: [["ocamlfind" "remove" "atd"]]
66depends: [
7- "ocaml"
7+ "ocaml" {< "5.0"}
88 "ocamlfind"
99 "menhir" {< "20211215"}
1010 "easy-format"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
1010 ["jbuilder" "runtest" "-p" name] {with-test}
1111]
1212depends: [
13- "ocaml"
13+ "ocaml" {< "5.0"}
1414 "jbuilder" {>= "1.0+beta7"}
1515 "menhir" {build & < "20211215"}
1616 "easy-format"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dev-repo: "git+https://github.com/mjambon/atd.git"
88build: [ [make] ]
99remove: [["ocamlfind" "remove" "atd"]]
1010depends: [
11- "ocaml"
11+ "ocaml" {< "5.0"}
1212 "ocamlfind"
1313 "menhir" {< "20211215"}
1414 "easy-format"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
1010 ["jbuilder" "runtest" "-p" name] {with-test}
1111]
1212depends: [
13- "ocaml"
13+ "ocaml" {< "5.0"}
1414 "jbuilder" {>= "1.0+beta7"}
1515 "menhir" {< "20211215"}
1616 "easy-format"
You can’t perform that action at this time.
0 commit comments