Skip to content

Commit edffbbf

Browse files
authored
Merge pull request ocaml#22488 from kit-ty-kate/fix-163
obus is not compatible with OCaml 5.0 (uses Pervasives)
2 parents e94b614 + c33d284 commit edffbbf

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

packages/obus/obus.1.1.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: [
99
]
1010
remove: [["ocamlfind" "remove" "obus"]]
1111
depends: [
12-
"ocaml" {>= "4.02.3"}
12+
"ocaml" {>= "4.02.3" & < "5.0"}
1313
"ocamlfind" {build}
1414
"lwt" {>= "2.7.0" & < "5.0.0"}
1515
"lwt_react"

packages/obus/obus.1.2.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build: [
1313
]
1414

1515
depends: [
16+
"ocaml" {< "5.0"}
1617
"dune" {>= "1.4"}
1718
"menhir" {build & >= "20180528"}
1819
"xmlm"

packages/obus/obus.1.2.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build: [
1313
]
1414

1515
depends: [
16+
"ocaml" {< "5.0"}
1617
"dune" {>= "1.4"}
1718
"menhir" {build & >= "20180528"}
1819
"xmlm"

packages/obus/obus.1.2.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build: [
1313
]
1414

1515
depends: [
16+
"ocaml" {< "5.0"}
1617
"dune" {>= "1.4"}
1718
"menhir" {build & >= "20180528"}
1819
"xmlm"

packages/obus/obus.1.2.3/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build: [
1313
]
1414

1515
depends: [
16+
"ocaml" {< "5.0"}
1617
"dune" {>= "1.4"}
1718
"menhir" {build & >= "20180528"}
1819
"xmlm"

0 commit comments

Comments
 (0)