opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: "Maxence Guesdon"
homepage: "https://github.com/zoggy/lablgtk-extras"
bug-reports: "https://github.com/zoggy/lablgtk-extras.git/issues"
license: "LGPL-2.0-or-later"
doc: "https://github.com/zoggy/lablgtk-extras"
tags: ["gtk" "utils" "configuration"]
dev-repo: "git+https://github.com/zoggy/lablgtk-extras.git"
build: [
  ["./configure" "--prefix" prefix]
  [make "all"]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "lablgtk2-extras"]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind"
  "config-file" {>= "1.1"}
  "xmlm" {>= "1.1.1"}
  "lablgtk" {>= "2.16.0"}
  "conf-gtksourceview" {= "2"}
]
synopsis:
  "A collection of additional tools and libraries to develop ocaml applications based on Lablgtk2."
description: """
Convenient modules to create configuration boxes, handle keyboard
shortcuts, share syntax highlighting between applications, ..."""
flags: light-uninstall
url {
  src: "https://github.com/zoggy/lablgtk-extras/archive/release-1.6.tar.gz"
  checksum: "md5=58cebe0e28944cd1269249a1e9522604"
}
