Skip to content

Commit 6957229

Browse files
authored
Merge pull request ocaml#22731 from samoht/syndic
syndc < 1.6 is not compatible with OCaml 5
2 parents ac717d6 + 29d0e85 commit 6957229

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/syndic/syndic.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ remove: [
1515
["ocamlfind" "remove" "syndic"]
1616
]
1717
depends: [
18-
"ocaml" {>= "4.01"}
18+
"ocaml" {>= "4.01" & < "5.0"}
1919
"calendar" {>= "2.03.2"}
2020
"ocamlfind" {build}
2121
"uri" {>= "1.3.1"}

packages/syndic/syndic.1.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ remove: [
1616
["ocamlfind" "remove" "syndic"]
1717
]
1818
depends: [
19-
"ocaml" {>= "4.01"}
19+
"ocaml" {>= "4.01" & < "5.0"}
2020
"calendar" {>= "2.03.2"}
2121
"ocamlfind" {build}
2222
"uri" {>= "1.3.1"}

packages/syndic/syndic.1.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ remove: [
1616
["ocamlfind" "remove" "syndic"]
1717
]
1818
depends: [
19-
"ocaml" {>= "4.01"}
19+
"ocaml" {>= "4.01" & < "5.0"}
2020
"calendar" {>= "2.03.2"}
2121
"ocamlfind" {build}
2222
"uri" {>= "1.3.1"}

packages/syndic/syndic.1.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ remove: [
1919
["ocamlfind" "remove" "syndic"]
2020
]
2121
depends: [
22-
"ocaml" {>= "4.01"}
22+
"ocaml" {>= "4.01" & < "5.0"}
2323
"calendar" {>= "2.03.2"}
2424
"cohttp" {<"0.99.0" & with-test}
2525
"lwt" {with-test}

packages/syndic/syndic.1.5.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ remove: [
1919
["ocamlfind" "remove" "syndic"]
2020
]
2121
depends: [
22-
"ocaml" {>= "4.01"}
22+
"ocaml" {>= "4.01" & < "5.0"}
2323
"cohttp" {<"0.99.0" & with-test}
2424
"lwt" {with-test}
2525
"ocamlbuild" {build}

packages/syndic/syndic.1.5.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ remove: [
1919
["ocamlfind" "remove" "syndic"]
2020
]
2121
depends: [
22-
"ocaml" {>= "4.01"}
22+
"ocaml" {>= "4.01" & < "5.0"}
2323
"cohttp" {<"0.99.0" & with-test}
2424
"lwt" {with-test}
2525
"ocamlbuild" {build}

packages/syndic/syndic.1.5.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ remove: [
1919
["ocamlfind" "remove" "syndic"]
2020
]
2121
depends: [
22-
"ocaml" {>= "4.01"}
22+
"ocaml" {>= "4.01" & < "5.0"}
2323
"cohttp" {<"0.99.0" & with-test}
2424
"lwt" {with-test}
2525
"ocamlbuild" {build}

packages/syndic/syndic.1.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build: [
1515
install: ["ocaml" "setup.ml" "-install"]
1616
remove: ["ocamlfind" "remove" "syndic"]
1717
depends: [
18-
"ocaml" {>= "4.01"}
18+
"ocaml" {>= "4.01" & < "5.0"}
1919
"ssl" {with-test}
2020
"tls" {with-test}
2121
"cohttp" {<"0.99.0" & with-test}

0 commit comments

Comments
 (0)