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"] ] 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.13.tar.gz" checksum: [ "sha256=1bad791c499c1d803f1f5f8c9c5e66ab80135d5bd0c73be96df4ceb4315eec14" "md5=d1d59ef6d190d5332a56eb6d9f7f7d96" ] }