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"
8patches: [ "auxlibs-in-META.patch" ]
9build: [
10 ["./configure" "-use-findlib" "-installbindir" bin]
11 [make "library" "opt"]
12]
13install: [
14 [make "install"]
15]
16remove: [["ocamlfind" "remove" "labltk"]]
17depends: [
18 "ocaml" {>= "4.07" & < "4.13"}
19 "ocamlfind" {build}
20 "conf-tcl"
21 "conf-tk"
22]
23x-ci-accept-failures: ["debian-unstable"]
24post-messages: [
25 "This package requires Tcl/Tk with its development packages installed on your system" {failure}
26]
27synopsis: "OCaml interface to Tcl/Tk"
28description: "ocamlbrowser is now a separate package.\n\
29 For details, see https://forge.ocamlcore.org/projects/labltk/"
30flags: light-uninstall
31url {
32 src: "https://github.com/garrigue/labltk/archive/8.06.6.tar.gz"
33 checksum: [
34 "sha256=7b2ea0aff417b87d2e6abedc13b0119d69a6b15266a8d7900a84edccc340ee60"
35 "md5=9afcf033a4d9f62430a3157f89349b67"
36 ]
37}
38extra-source "auxlibs-in-META.patch" {
39 src:
40 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/labltk/auxlibs-in-META.patch"
41 checksum: [
42 "sha256=4efa7667cb9bc21416020ea7e8bc9a0f5c462d791c3304220827258741f44962"
43 "md5=2b5bb4be9022b3f72633a395dca4b4a0"
44 ]
45}