opam-version: "2.0"

description: "OCaml interface to GTK+, gtksourceview2 library"
synopsis: "OCaml interface to GTK+"

maintainer: "garrigue@math.nagoya-u.ac.jp"
authors: ["Jacques Garrigue et al., Nagoya University"]
homepage: "http://lablgtk.forge.ocamlcore.org/"
bug-reports: "https://github.com/garrigue/lablgtk/issues"
dev-repo: "git+https://github.com/garrigue/lablgtk.git"
doc: "https://garrigue.github.io/lablgtk/lablgtk-sourceview"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"

depends: [
  "ocaml"                {         >= "4.05.0" & < "4.10" }
  "dune"                 { >= "1.4.0"     }
  "lablgtk3"             {         >= "3.0.beta4" }
  "conf-gtksourceview3"  { build & >= "0"         }
]

build: [
  [ "dune" "build" "-p" name "-j" jobs ]
]
url {
  src: "https://github.com/garrigue/lablgtk/archive/3.0.beta4.tar.gz"
	checksum: "md5=f177750ce750e627fe6871bd43325a89"
}
