opam-version: "2.0"
maintainer: "unixjunkie@sdf.org"
homepage: "http://www.graphviz.org/"
authors: "http://www.graphviz.org/Credits.php"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "EPL-1.0"
build: [
  ["which" "dot"]
]
depends: ["conf-which" {build}]
depexts: [
  ["graphviz"] {os-family = "debian"}
  ["graphviz"] {os-family = "suse"}
  ["graphviz"] {os-distribution = "fedora"}
  ["graphviz"] {os-distribution = "centos"}
  ["graphviz"] {os-distribution = "arch"}
  ["graphviz"] {os-distribution = "alpine"}
  ["media-gfx/graphviz"] {os-distribution = "gentoo"}
  ["graphviz"] {os = "macos" & os-distribution = "homebrew"}
  ["graphviz"] {os = "openbsd"}
]
synopsis: "Virtual package relying on graphviz installation"
description:
  "This package can only install if the dot command is available on the system."
flags: conf
