this repo has no description
1opam-version: "2.0" 2maintainer: "garrigue@math.nagoya-u.ac.jp" 3authors: ["Jacques Garrigue et al., Nagoya University"] 4homepage: "https://garrigue.github.io/labltk/" 5bug-reports: "https://github.com/garrigue/labltk/issues" 6dev-repo: "git+https://github.com/garrigue/labltk.git" 7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8build: [ 9 ["./configure" "-use-findlib" "-verbose" "-installbindir" bin] 10 [make "library" "opt"] 11] 12install: [ 13 [make "install"] 14] 15depends: [ 16 "ocaml" {>= "4.07" & < "4.13"} 17 "ocamlfind" {build} 18 "conf-tcl" 19 "conf-tk" 20] 21post-messages: [ 22 "This package requires Tcl/Tk with its development packages installed on your system" {failure} 23] 24synopsis: "OCaml interface to Tcl/Tk" 25description: "ocamlbrowser is now a separate package.\n\ 26 For details, see https://garrigue.github.io/labltk/" 27url { 28 src: "https://github.com/garrigue/labltk/archive/8.06.10.tar.gz" 29 checksum: [ 30 "sha256=745367755365b51ee2c5415654be6fa406e166a374f8d90cd8199091307b8d10" 31 "md5=d6b4691bb03b114d45411158143883d7" 32 ] 33}