opam-version: "1.2"
maintainer: "francois.berenger@inria.fr"
authors: "Francois Berenger"
homepage: "http://www.freedesktop.org/wiki/Software/pkg-config/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "GPL"
dev-repo: "git://github.com/ocaml/opam-repository"
build: ["pkg-config" "--help"]
depexts: [
  [["alpine"] ["pkgconfig"]]
  [["archlinux"] ["pkg-config"]]
  [["centos"] ["pkgconfig"]]
  [["debian"] ["pkg-config"]]
  [["fedora"] ["pkgconfig"]]
  [["freebsd"] ["pkgconf"]]
  [["homebrew" "osx"] ["pkg-config"]]
  [["mageia"] ["pkgconfig"]]
  [["openbsd"] ["devel/pkgconf"]]
  [["oraclelinux"] ["pkgconfig"]]
  [["rhel"] ["pkgconfig"]]
  [["ubuntu"] ["pkg-config"]]
]
