this repo has no description
1opam-version: "2.0"
2
3synopsis: "OCaml interface to GTK+3"
4description: """
5OCaml interface to GTK+3
6
7See https://garrigue.github.io/lablgtk/ for more information.
8"""
9
10maintainer: "garrigue@math.nagoya-u.ac.jp"
11authors: ["Jacques Garrigue et al., Nagoya University"]
12homepage: "https://github.com/garrigue/lablgtk"
13bug-reports: "https://github.com/garrigue/lablgtk/issues"
14dev-repo: "git+https://github.com/garrigue/lablgtk.git"
15license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
16doc: "https://garrigue.github.io/lablgtk/lablgtk3"
17
18depends: [
19 "ocaml" { >= "4.09.0" }
20 "dune" { >= "1.8.0" }
21 "cairo2" { >= "0.6" }
22 "conf-gtk3" { build & >= "18" }
23]
24conflicts: [
25 "base-domains"
26]
27
28build: [
29 [ "dune" "build" "-p" name "-j" jobs ]
30]
31run-test: [
32 ["dune" "build" "-p" name "-j" jobs "examples/buttons.exe"]
33]
34patches: ["dune-project.patch"]
35url {
36 src: "https://github.com/garrigue/lablgtk/archive/3.1.2.tar.gz"
37 checksum: [
38 "sha256=ad7417875f79716597cc06ccd8cae1efccb326263db1010d9f83555c185f1669"
39 "md5=e991d9419a722fc513f4b4878e8c2cbe"
40 ]
41}
42extra-source "dune-project.patch" {
43 src:
44 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/lablgtk3/dune-project.patch"
45 checksum: [
46 "sha256=d4810af69a7a548dc779f5390aaf6954d6b9636cfc67babdaf3ce5bf6e757ed4"
47 "md5=6caf83a63a129f5376c4c85bdf0edd56"
48 ]
49}