opam-version: "2.0"
maintainer: "garrigue@math.nagoya-u.ac.jp"
authors: ["Jacques Garrigue et al., Nagoya University"]
homepage: "http://lablgtk.forge.ocamlcore.org/"
bug-reports: "https://github.com/garrigue/lablgtk/issues"
dev-repo: "git+https://github.com/garrigue/lablgtk.git"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
build: [
  ["./configure" "--prefix" prefix]
  [make "world"]
]
install: [
  [make "install"]
]
remove: [["ocamlfind" "remove" "lablgtk3"]]
depends: [
  "ocaml" {>= "4.05" & < "4.10"}
  "ocamlfind" {build & >= "1.2.1"}
  "conf-gtk3" {>= "18"}
]
depopts: [
  "conf-gtksourceview3"
]
synopsis: "OCaml interface to GTK+-3"
flags: light-uninstall
extra-files: [
  ["lablgtk.install" "md5=86ad2432ead4563c108aa1a08cb64914"]
]
url {
  src:
    "https://download.ocamlcore.org/lablgtk/Lablgtk3/3.0.beta1/lablgtk-3.0.beta1.tar.gz"
  checksum: "md5=20fcd8b8d3d79d27e66f985b0c8432ad"
}
