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 [ 11 make 12 "library" 13 "opt" {!ocaml-option-bytecode-only:installed} 14 ] 15] 16install: [ 17 [make "install"] 18] 19depends: [ 20 "ocaml" {>= "4.08"} 21 "ocamlfind" {build} 22 "conf-tcl" 23 "conf-tk" 24] 25post-messages: [ 26 "This package requires Tcl/Tk with its development packages installed on your system" {failure} 27] 28synopsis: "OCaml interface to Tcl/Tk" 29description: "ocamlbrowser is now a separate package.\n\ 30 For details, see https://garrigue.github.io/labltk/" 31url { 32 src: "https://github.com/garrigue/labltk/archive/refs/tags/8.06.15.tar.gz" 33 checksum: [ 34 "sha256=fe0e11bacdb537ce9027aec072262405f01fe4017d19213d5a82ef053e50594d" 35 "md5=c5f70ac8a2d36e083a51603f8d3a0901" 36 ] 37}