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" "-verbose" "-installbindir" bin] [make "library" "opt"] ] install: [ [make "install"] ] remove: [["ocamlfind" "remove" "labltk"]] depends: [ "ocaml" {>= "4.07" & < "4.13"} "ocamlfind" {build} "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" description: "ocamlbrowser is now a separate package.\n\ For details, see https://garrigue.github.io/labltk/" flags: light-uninstall url { src: "https://github.com/garrigue/labltk/archive/8.06.7.tar.gz" checksum: [ "sha256=e20a41a644d3c8a877409f5a8f3f7eab9261655410875d3f4da680f5fc864b3e" "md5=bb0d6ffd49b7f08eda045fdf6c4964b8" ] }