opam-version: "2.0"
maintainer: "unixjunkie@sdf.org"
homepage: "http://www.gnuplot.info/"
authors: "http://www.gnuplot.info/faq/faq.html"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "gnuplot"
build: ["gnuplot" "--version"]
depexts: [
  ["gnuplot-x11"] {os-family = "debian"}
  ["gnuplot"] {os-distribution = "centos"}
  ["gnuplot"] {os-distribution = "fedora"}
  ["gnuplot"] {os-distribution = "ol"}
  ["gnuplot"] {os = "macos" & os-distribution = "homebrew"}
  ["gnuplot"] {os-distribution = "alpine"}
  ["gnuplot"] {os-family = "suse"}
  ["gnuplot"] {os-family = "arch"}
  ["gnuplot"] {os = "freebsd"}
]
synopsis: "Virtual package relying on gnuplot installation"
description: """
This package can only install if the gnuplot command
is available on the system."""
flags: conf
