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.6.0" 21 & != "1.7.0" 22 & != "1.7.1" } # Due to dune/dune#1833 23 "conf-gtk3" { build & >= "18" } 24 "cairo2" { >= "0.6" } 25] 26 27build: [ 28 [ "dune" "build" "-p" name "-j" jobs ] 29] 30url { 31 src: 32 "https://github.com/garrigue/lablgtk/releases/download/3.0.beta7/lablgtk3-3.0.beta7.tbz" 33 checksum: [ 34 "sha256=d8649337faa63d6132d7af4582db835653b142cdf7ca3e23633bcd2e055bb80f" 35 "sha512=54fafe132386c5475102a69ff96669930a5cc454934d61d53becde0bfb8515934aa7b2424d917c0f27115cc39afd8b3172080f3a43db5f314ef3bec7b59d0168" 36 ] 37}