Skip to content

Commit b3a493e

Browse files
authored
Merge pull request ocaml#24780 from mseri/lablgtk
lablgtk 2.18.13 is compatible with ocaml 5.0
2 parents 0c96e74 + 8429d89 commit b3a493e

File tree

1 file changed

+4
-1
lines changed
  • packages/lablgtk/lablgtk.2.18.13

1 file changed

+4
-1
lines changed

packages/lablgtk/lablgtk.2.18.13/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install: [
1313
[make "install"]
1414
]
1515
depends: [
16-
"ocaml" {>= "4.06" & < "5.0.0"}
16+
"ocaml" {>= "4.06"}
1717
"ocamlfind" {>= "1.2.1"}
1818
"conf-gtk2" {build}
1919
"camlp-streams" {build}
@@ -24,6 +24,9 @@ depopts: [
2424
"conf-glade"
2525
"lablgl"
2626
]
27+
conflicts: [
28+
"conf-glade" {ocaml:version >= "5.0"}
29+
]
2730
patches: ["lablgldir.patch"]
2831
post-messages: [
2932
"This package requires gtk+ 2.0 development packages installed on your system"

0 commit comments

Comments
 (0)