opam-version: "2.0" synopsis: "OCaml interface to GTK+ gtksourceview library" description: """ OCaml interface to GTK+3, gtksourceview3 library. See http://lablgtk.forge.ocamlcore.org/ for more information. """ maintainer: "garrigue@math.nagoya-u.ac.jp" authors: ["Jacques Garrigue et al., Nagoya University"] homepage: "https://github.com/garrigue/lablgtk" bug-reports: "https://github.com/garrigue/lablgtk/issues" dev-repo: "git+https://github.com/garrigue/lablgtk.git" doc: "https://garrigue.github.io/lablgtk/lablgtk3-sourceview3" license: "LGPL with linking exception" depends: [ "ocaml" { >= "4.05.0" & < "4.09" } "dune" { >= "1.6.0" & != "1.7.0" & != "1.7.1" } # Due to dune/dune#1833 "lablgtk3" { = version } "conf-gtksourceview3" { build & >= "0" } ] build: [ [ "dune" "build" "-p" name "-j" jobs ] ] url { src: "https://github.com/garrigue/lablgtk/releases/download/3.0.beta7/lablgtk3-3.0.beta7.tbz" checksum: [ "sha256=d8649337faa63d6132d7af4582db835653b142cdf7ca3e23633bcd2e055bb80f" "sha512=54fafe132386c5475102a69ff96669930a5cc454934d61d53becde0bfb8515934aa7b2424d917c0f27115cc39afd8b3172080f3a43db5f314ef3bec7b59d0168" ] }