this repo has no description

Merge pull request #20317 from ocaml/lablgtk-409

lablgtk3.3.1.2 isn’t compatible with OCaml < 4.09

Changed files
+4 -1
packages
lablgtk3
lablgtk3.3.1.2
+4 -1
packages/lablgtk3/lablgtk3.3.1.2/opam
···
doc: "https://garrigue.github.io/lablgtk/lablgtk3"
depends: [
-
"ocaml" { >= "4.05.0" }
+
"ocaml" { >= "4.09.0" }
"dune" { >= "1.8.0" }
"cairo2" { >= "0.6" }
"conf-gtk3" { build & >= "18" }
···
build: [
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
run-test: [
+
["dune" "build" "-p" name "-j" jobs "examples/buttons.exe"]
]
url {
src: