this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "http://www.plplot.org/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "Plplot dev team" 6license: "LGPL-2.1-or-later" 7build: ["sh" "-exc" "pkg-config --exists plplot || pkg-config --exists plplotd"] 8depends: [ 9 "conf-pkg-config" {build} 10] 11depexts: [ 12 ["libplplot-dev" "libshp-dev"] {os-family = "debian"} 13 ["libplplot-dev" "libshp-dev"] {os-family = "ubuntu"} 14 ["plplot"] {os = "macos" & os-distribution = "homebrew"} 15 ["plplot-devel"] {os-family = "rhel"} 16 ["plplot-devel"] {os-distribution = "fedora"} 17 ["plplot-devel"] {os-family = "suse" | os-family = "opensuse"} 18 ["plplot-devel" "epel-release"] {os-distribution = "centos"} 19 ["plplot"] {os-distribution = "nixos"} 20 ["plplot"] {os = "freebsd"} 21] 22x-ci-accept-failures: [ 23 # plplot is not available on these platforms 24 "alpine-3.12" 25 "archlinux" 26 "oraclelinux-7" 27 "oraclelinux-8" 28] 29synopsis: "Virtual package relying on plplot" 30description: 31 "This package can only install if the plplot library is installed on the system." 32flags: conf