opam-version: "2.0"
available: os = "macos"
homepage: "https://pirbo.github.io/lablGtkOSXApplication/"
bug-reports: "https://github.com/pirbo/lablGtkOSXApplication/issues"
dev-repo: "git+https://github.com/pirbo/lablGtkOSXApplication.git"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
maintainer: "pierre.boutillier@laposte.net"
build: [
  ["./configure"]
  [make]
]
remove: [ [ "ocamlfind" "remove" "lablgtkosx" ] ]
depends: ["ocaml" "lablgtk"]
depexts:
  ["gtk-mac-integration"] {os-distribution = "homebrew" & os = "macos"}
install: [make "install"]
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.00/lablgtkosx-2.00.tar.bz2"
  checksum: "md5=20bb494f1c05e8f1f152439df2e9d674"
}
