opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://gtk.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: ["The GNOME Project"]
license: "LGPL-2.1-or-later"
build: ["pkg-config" "--exists" "gtk+-2.0"]
depends: [
  "conf-pkg-config" {build}
]
depexts: [
  ["libgtk2.0-dev" "libexpat1-dev"] {os-family = "debian"}
  ["libgtk2.0-dev" "libexpat1-dev"] {os-family = "ubuntu"}
  ["gtk+2.0-dev"] {os-family = "alpine"}
  ["gtk2-devel"] {os-distribution = "centos"}
  ["gtk2-devel"] {os-distribution = "fedora"}
  ["gtk2-devel"] {os-distribution = "ol"}
  ["gtk2-devel"] {os-family = "suse"}
  ["gtk2"] {os-family = "arch"}
  ["gtk2"] {os-distribution = "nixos"}
  ["gtk" "expat"] {os-distribution = "homebrew" & os = "macos"}
]
synopsis: "Virtual package relying on gtk2"
description:
  "This package can only install if the gtk+-2.0 library is installed on the system."
flags: conf
