this repo has no description
1opam-version: "2.0" 2maintainer: "garrigue@math.nagoya-u.ac.jp" 3authors: ["Jacques Garrigue et al., Nagoya University"] 4homepage: "http://labltk.forge.ocamlcore.org/" 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/" 27patches: ["configure.patch" "hasgot.patch"] 28url { 29 src: "https://github.com/garrigue/labltk/archive/8.06.8.tar.gz" 30 checksum: [ 31 "sha256=1616199b2224e74d6a5b0cd33ef1a48ca7b9bc50bf56c91b4e53adb82609e65d" 32 "md5=ec4e7ed25f0938a9b6f9207d15e1f982" 33 ] 34} 35extra-source "hasgot.patch" { 36 src: 37 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/labltk/hasgot.patch" 38 checksum: [ 39 "sha256=0f74229b067c7bf7aa0b704ee4d4574738b71bb78fb4f7bd062c770d90dc8dc0" 40 "md5=1e4bf6b5aa4740e7fbffff97d18bfc30" 41 ] 42} 43extra-source "configure.patch" { 44 src: 45 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/labltk/configure.patch" 46 checksum: [ 47 "sha256=febcd1f290cb0a20833e6a7eb3f0db37ebb176a6cd38cac69018a35c308daf73" 48 "md5=9cdd0d2152f177899c37da0a56007079" 49 ] 50}