opam-version: "2.0"
maintainer: "chetsky@gmail.com"
homepage: "https://www.perl.org/"
bug-reports: "chesky@gmail.com"
license: "GPL-1.0-or-later"
authors: "Larry Wall et. al."
depends: [
  "conf-perl"
]
build: [
  ["perl" "--version"]
  ["perl" "-MString::ShellQuote" "-e" "1"]
]
depexts: [
  ["libstring-shellquote-perl"] {os-family = "debian"}
  ["perl-string-shellquote"] {os-distribution = "alpine"}
  ["perl-String-ShellQuote"] {os-distribution = "centos"}
  ["perl-String-ShellQuote"] {os-distribution = "ol"}
  ["perl-String-ShellQuote"] {os-family = "suse"}
  ["perl-String-ShellQuote"] {os-family = "fedora"}
  ["perl-string-shellquote"] {os-family = "arch"}
]
synopsis: "Virtual package relying on perl's String::ShellQuote"
description:
  "This package can only install if the specified perl packages are on the system."
flags: conf
