this repo has no description
1opam-version: "2.0"
2
3description: "OCaml interface to GTK+, gtksourceview2 library"
4synopsis: "OCaml interface to GTK+"
5
6maintainer: "garrigue@math.nagoya-u.ac.jp"
7authors: ["Jacques Garrigue et al., Nagoya University"]
8homepage: "http://lablgtk.forge.ocamlcore.org/"
9bug-reports: "https://github.com/garrigue/lablgtk/issues"
10dev-repo: "git+https://github.com/garrigue/lablgtk.git"
11doc: "https://garrigue.github.io/lablgtk/lablgtk-sourceview"
12license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
13
14depends: [
15 "ocaml" { >= "4.05.0" & < "4.09" }
16 "dune" { >= "1.4.0" }
17 "lablgtk3" { >= "3.0.beta4" }
18 "conf-gtksourceview3" { build & >= "0" }
19]
20
21build: [
22 [ "dune" "build" "-p" name "-j" jobs ]
23]
24url {
25 src: "https://github.com/garrigue/lablgtk/archive/3.0.beta4.tar.gz"
26 checksum: [
27 "sha256=06341059585a4376addbf12f286ec3bcc88c17b9ff993fb37ef9fa4c68e848cf"
28 "md5=f177750ce750e627fe6871bd43325a89"
29 ]
30}