this repo has no description
1opam-version: "2.0" 2maintainer: "unixjunkie@sdf.org" 3homepage: "http://www.gnuplot.info/" 4authors: "http://www.gnuplot.info/faq/faq.html" 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6license: "gnuplot" 7build: ["gnuplot" "--version"] 8depexts: [ 9 ["gnuplot-x11"] {os-family = "debian"} 10 ["gnuplot-x11"] {os-family = "ubuntu"} 11 ["gnuplot"] {os-distribution = "centos"} 12 ["gnuplot"] {os-distribution = "fedora"} 13 ["gnuplot"] {os-distribution = "ol"} 14 ["gnuplot"] {os = "macos" & os-distribution = "homebrew"} 15 ["gnuplot"] {os-distribution = "alpine"} 16 ["gnuplot"] {os-family = "suse" | os-family = "opensuse"} 17 ["gnuplot"] {os-family = "arch"} 18 ["gnuplot"] {os = "freebsd"} 19] 20synopsis: "Virtual package relying on gnuplot installation" 21description: """ 22This package can only install if the gnuplot command 23is available on the system.""" 24flags: conf