opam-version: "2.0"
maintainer: "pierre.boutillier@laposte.net"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
homepage: "https://github.com/pirbo/lablGtkOSXApplication"
bug-reports: "https://github.com/pirbo/lablGtkOSXApplication/issues"
dev-repo: "git+https://github.com/pirbo/lablGtkOSXApplication.git"
doc: "https://pirbo.github.io/lablGtkOSXApplication/"

build: [
  ["./configure"]
  [make]
]
remove: [ [ "ocamlfind" "remove" "lablgtkosx" ] ]
depends: ["ocaml" "lablgtk"]
install: [make "install"]

depexts:
  ["gtk-mac-integration"] {os-distribution = "homebrew" & os = "macos"}
available: os = "macos"
synopsis: "Lablgtkosx binds gOSX_application on top of lablgtk"
description: "It provides functions specific to the MacOS aqua gtk backend."
authors: "Pierre BOutillier"
flags: light-uninstall
url {
  src:
    "https://github.com/pirbo/lablGtkOSXApplication/releases/download/v2.01/lablgtkosx-2.01.tar.bz2"
  checksum: "md5=6af612785ec4e1c34b9d80f0db705193"
}
