opam-version: "2.0"
maintainer: "garrigue@math.nagoya-u.ac.jp"
authors: ["Jacques Garrigue et al., Nagoya University"]
homepage: "http://labltk.forge.ocamlcore.org/"
bug-reports: "https://forge.ocamlcore.org/tracker/?group_id=343"
dev-repo: "git+https://github.com/garrigue/labltk.git"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
build: [
  ["./configure" "-use-findlib" "-installbindir" bin]
  [make "all" "opt"]
]
install: [
  [make "install"]
]
remove: [["ocamlfind" "remove" "labltk"]]
depends: [
  "ocaml" {>= "4.04" & < "4.07.0"}
  "ocamlfind"
  "conf-tcl"
  "conf-tk"
]
post-messages: [
  "This package requires Tcl/Tk with its development packages installed on your system" {failure}
]
synopsis:
  "OCaml interface to Tcl/Tk, including OCaml library explorer OCamlBrowser"
description: "For details, see https://forge.ocamlcore.org/projects/labltk/"
flags: light-uninstall
extra-files: ["cltkImg.patch" "md5=d3fbf34d6c96edcc4b3d80be2338e2a7"]
url {
  src:
    "https://download.ocamlcore.org/labltk/labltk/8.06.2/labltk-8.06.2.tar.gz"
  checksum: "md5=15020ef74baa688536ce1d38525462f8"
}
