Skip to content

Commit 62b784a

Browse files
authored
Merge pull request ocaml#22787 from mseri/atd
atd 1.x is not compatible with ocaml 5
2 parents c90a431 + 81f06ba commit 62b784a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/atd/atd.1.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: "https://github.com/MyLifeLabs/atd"
44
build: make
55
remove: [["ocamlfind" "remove" "atd"]]
66
depends: [
7-
"ocaml"
7+
"ocaml" {< "5.0"}
88
"ocamlfind"
99
"menhir" {< "20211215"}
1010
"easy-format"

packages/atd/atd.1.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: "https://github.com/mjambon/atd"
44
build: make
55
remove: [["ocamlfind" "remove" "atd"]]
66
depends: [
7-
"ocaml"
7+
"ocaml" {< "5.0"}
88
"ocamlfind"
99
"menhir" {< "20211215"}
1010
"easy-format"

packages/atd/atd.1.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: "https://github.com/mjambon/atd"
44
build: make
55
remove: [["ocamlfind" "remove" "atd"]]
66
depends: [
7-
"ocaml"
7+
"ocaml" {< "5.0"}
88
"ocamlfind"
99
"menhir" {< "20211215"}
1010
"easy-format"

packages/atd/atd.1.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: "https://github.com/mjambon/atd"
44
build: make
55
remove: [["ocamlfind" "remove" "atd"]]
66
depends: [
7-
"ocaml"
7+
"ocaml" {< "5.0"}
88
"ocamlfind"
99
"menhir" {< "20211215"}
1010
"easy-format"

packages/atd/atd.1.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: "https://github.com/mjambon/atd"
44
build: make
55
remove: [["ocamlfind" "remove" "atd"]]
66
depends: [
7-
"ocaml"
7+
"ocaml" {< "5.0"}
88
"ocamlfind"
99
"menhir" {< "20211215"}
1010
"easy-format"

packages/atd/atd.1.12.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["jbuilder" "runtest" "-p" name] {with-test}
1111
]
1212
depends: [
13-
"ocaml"
13+
"ocaml" {< "5.0"}
1414
"jbuilder" {>= "1.0+beta7"}
1515
"menhir" {build & < "20211215"}
1616
"easy-format"

packages/atd/atd.1.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dev-repo: "git+https://github.com/mjambon/atd.git"
88
build: [ [make] ]
99
remove: [["ocamlfind" "remove" "atd"]]
1010
depends: [
11-
"ocaml"
11+
"ocaml" {< "5.0"}
1212
"ocamlfind"
1313
"menhir" {< "20211215"}
1414
"easy-format"

packages/atd/atd.1.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["jbuilder" "runtest" "-p" name] {with-test}
1111
]
1212
depends: [
13-
"ocaml"
13+
"ocaml" {< "5.0"}
1414
"jbuilder" {>= "1.0+beta7"}
1515
"menhir" {< "20211215"}
1616
"easy-format"

0 commit comments

Comments
 (0)