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.05.0" & < "4.09" } 20 "dune" { >= "1.4.0" 21 & != "1.7.0" 22 & != "1.7.1" } # Due to dune/dune#1833 23 "dune-configurator" 24 "conf-gtk3" { build & >= "18" } 25 "cairo2" { >= "0.6" } 26] 27 28build: [ 29 [ "dune" "build" "-p" name "-j" jobs ] 30] 31url { 32 src: 33 "https://github.com/garrigue/lablgtk/releases/download/3.0.beta6/lablgtk3-3.0.beta6.tbz" 34 checksum: [ 35 "sha256=4014ac73afd502cfce862fc65a3c77372fb191a8f317d6803f1a9372172bd1ca" 36 "md5=7f0027b74aaa85329dacba062e1c2b95" 37 ] 38}