opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
authors: "The Glade Authors"
homepage: "https://glade.gnome.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "LGPL-2.1-or-later"
build: [["pkg-config" "libglade-2.0"]]
depexts: [
  ["libglade2-dev"] {os-family = "debian"}
  ["libglade2-devel"] {os-distribution = "fedora"}
  ["gnome2.libglade"] {os-distribution = "nixos"}
]
synopsis: "Virtual package relying on a libglade system installation"
description:
  "This package can only install if libglade2-dev is installed on the system."
depends: ["conf-pkg-config" {build}]
flags: conf
