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]
15remove: [["ocamlfind" "remove" "labltk"]]
16depends: [
17 "ocaml" {>= "4.07" & < "4.13"}
18 "ocamlfind" {build}
19 "conf-tcl"
20 "conf-tk"
21]
22post-messages: [
23 "This package requires Tcl/Tk with its development packages installed on your system" {failure}
24]
25synopsis: "OCaml interface to Tcl/Tk"
26description: "ocamlbrowser is now a separate package.\n\
27 For details, see https://garrigue.github.io/labltk/"
28flags: light-uninstall
29url {
30 src: "https://github.com/garrigue/labltk/archive/8.06.7.tar.gz"
31 checksum: [
32 "sha256=e20a41a644d3c8a877409f5a8f3f7eab9261655410875d3f4da680f5fc864b3e"
33 "md5=bb0d6ffd49b7f08eda045fdf6c4964b8"
34 ]
35}