opam-version: "2.0"
maintainer: "garrigue@math.nagoya-u.ac.jp"
homepage: "http://labltk.forge.ocamlcore.org/"
build: [
  ["./configure" "-use-findlib" "-installbindir" bin]
  [make "all" "opt"]
]
remove: [["ocamlfind" "remove" "labltk"]]
depends: [
  "ocaml" {>= "4.02" & < "4.07.0"}
  "ocamlfind"
  "conf-tcl"
  "conf-tk"
]
post-messages: [
  "This package requires Tcl/Tk with its development packages installed on your system" {failure}
]
install: [make "install"]
synopsis:
  "OCaml interface to Tcl/Tk, including OCaml library explorer OCamlBrowser"
description: "For details, see https://forge.ocamlcore.org/projects/labltk/"
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/labltk/labltk/labltk-8.06.0/labltk-8.06.0.tar.gz"
  checksum: "md5=740398be4bb4cea11bddf03f27f50df9"
}
