We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c96e74 + 8429d89 commit b3a493eCopy full SHA for b3a493e
packages/lablgtk/lablgtk.2.18.13/opam
@@ -13,7 +13,7 @@ install: [
13
[make "install"]
14
]
15
depends: [
16
- "ocaml" {>= "4.06" & < "5.0.0"}
+ "ocaml" {>= "4.06"}
17
"ocamlfind" {>= "1.2.1"}
18
"conf-gtk2" {build}
19
"camlp-streams" {build}
@@ -24,6 +24,9 @@ depopts: [
24
"conf-glade"
25
"lablgl"
26
27
+conflicts: [
28
+ "conf-glade" {ocaml:version >= "5.0"}
29
+]
30
patches: ["lablgldir.patch"]
31
post-messages: [
32
"This package requires gtk+ 2.0 development packages installed on your system"
0 commit comments