Skip to content

Commit 9262cfc

Browse files
authored
Merge pull request ocaml#22676 from mseri/fix-camlbz2
camlbz2 is not compatible with ocaml 5
2 parents 0b68890 + d238f01 commit 9262cfc

File tree

2 files changed

+2
-2
lines changed
  • packages/camlbz2

2 files changed

+2
-2
lines changed

packages/camlbz2/camlbz2.0.6.0/opam

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

packages/camlbz2/camlbz2.0.7.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build: [
1515
[make]
1616
]
1717
depends: [
18-
"ocaml"
18+
"ocaml" {< "5.0"}
1919
"ocamlfind"
2020
"conf-autoconf"
2121
"conf-aclocal"

0 commit comments

Comments
 (0)