Skip to content

Commit 98a317d

Browse files
committed
pgocaml is not compatible with OCaml 5.0 (uses Stream)
1 parent 85aed69 commit 98a317d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/pgocaml/pgocaml.1.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [
1212
]
1313
remove: [["ocamlfind" "remove" "pgocaml"]]
1414
depends: [
15-
"ocaml"
15+
"ocaml" {< "5.0"}
1616
"ocamlfind" {build}
1717
"extlib" {= "1.5.3"}
1818
"pcre"

packages/pgocaml/pgocaml.2.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
install: [[make "install"]]
1414
remove: [["ocamlfind" "remove" "pgocaml"]]
1515
depends: [
16-
"ocaml"
16+
"ocaml" {< "5.0"}
1717
"ocamlfind" {build}
1818
"base-bytes"
1919
"pcre"

packages/pgocaml/pgocaml.2.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
install: [[make "install"]]
1414
remove: [["ocamlfind" "remove" "pgocaml"]]
1515
depends: [
16-
"ocaml" {>= "4.01.0"}
16+
"ocaml" {>= "4.01.0" & < "5.0"}
1717
"base-bytes"
1818
"calendar" {>= "2.00"}
1919
"csv"

packages/pgocaml/pgocaml.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build: [
1515
install: [[make "install"]]
1616
remove: [["ocamlfind" "remove" "pgocaml"]]
1717
depends: [
18-
"ocaml" {>= "4.01"}
18+
"ocaml" {>= "4.01" & < "5.0"}
1919
"base-bytes"
2020
"calendar" {>= "2.00"}
2121
"csv"

packages/pgocaml/pgocaml.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"csv"
2020
"dune" {>= "1.10"}
2121
"hex"
22-
"ocaml" {>= "4.07"}
22+
"ocaml" {>= "4.07" & < "5.0"}
2323
"re"
2424
]
2525
url {

packages/pgocaml/pgocaml.4.2.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"csv"
2020
"dune" {>= "1.10"}
2121
"hex"
22-
"ocaml" {>= "4.07"}
22+
"ocaml" {>= "4.07" & < "5.0"}
2323
"ppx_sexp_conv"
2424
"re"
2525
"ppx_deriving" {>= "4.0"}

packages/pgocaml/pgocaml.4.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"csv"
2020
"dune" {>= "1.10"}
2121
"hex"
22-
"ocaml" {>= "4.07"}
22+
"ocaml" {>= "4.07" & < "5.0"}
2323
"ppx_sexp_conv"
2424
"re"
2525
"ppx_deriving" {>= "4.0"}

packages/pgocaml/pgocaml.4.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"csv"
2020
"dune" {>= "1.10"}
2121
"hex"
22-
"ocaml" {>= "4.07"}
22+
"ocaml" {>= "4.07" & < "5.0"}
2323
"ppx_sexp_conv"
2424
"re" {>= "1.5.0"}
2525
"ppx_deriving" {>= "4.2"}

0 commit comments

Comments
 (0)