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://github.com/garrigue/labltk/issues"
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"]
]
install: [
  [make "install-browser"]
]
remove: [["rm" "-f" "%{bin}%/ocamlbrowser"]]
depends: [
  "ocaml" {>= "4.08" & < "4.10"}
  "labltk" {= "8.06.7"}
  "ocamlfind" {build}
  "conf-tcl"
  "conf-tk"
]
post-messages: [
  "This package requires Tcl/Tk with its development packages installed on your system" {failure}
]
synopsis: "OCamlBrowser Library Explorer"
description: "Require LablTk. For details, see https://forge.ocamlcore.org/projects/labltk/"
flags: light-uninstall
url {
  src: "https://github.com/garrigue/labltk/archive/8.06.7.tar.gz"
  checksum: "md5=bb0d6ffd49b7f08eda045fdf6c4964b8"
}
