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" "-installbindir" bin]
10 [make "all"]
11]
12install: [
13 [make "install-browser"]
14]
15depends: [
16 "ocaml" {>= "5.2" & < "5.3"}
17 "labltk" {>= "8.06.14"}
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: "OCamlBrowser Library Explorer"
26description: "Require LablTk. For details, see https://garrigue.github.io/labltk/"
27url {
28 src: "https://github.com/garrigue/labltk/archive/refs/tags/8.06.14.tar.gz"
29 checksum: [
30 "sha256=f0c1e23c1fe4f7aa78fd343b322890ed065ed0635ff83fb11365237bee0d29bf"
31 "md5=41034d1303305104750929470cc877be"
32 ]
33}