opam-version: "2.0" maintainer: "garrigue@math.nagoya-u.ac.jp" authors: ["Jacques Garrigue et al., Nagoya University"] homepage: "https://garrigue.github.io/labltk/" 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" {!ocaml-option-bytecode-only:installed} ] ] install: [ [make "install"] ] depends: [ "ocaml" {>= "4.08"} "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/" url { src: "https://github.com/garrigue/labltk/archive/refs/tags/8.06.14.tar.gz" checksum: [ "sha256=f0c1e23c1fe4f7aa78fd343b322890ed065ed0635ff83fb11365237bee0d29bf" "md5=41034d1303305104750929470cc877be" ] }