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.14.tar.gz" 33 checksum: [ 34 "sha256=f0c1e23c1fe4f7aa78fd343b322890ed065ed0635ff83fb11365237bee0d29bf" 35 "md5=41034d1303305104750929470cc877be" 36 ] 37}