this repo has no description
1opam-version: "2.0"
2maintainer: "chetsky@gmail.com"
3homepage: "https://www.perl.org/"
4bug-reports: "chesky@gmail.com"
5license: "GPL-1.0-or-later"
6authors: "Larry Wall et. al."
7depends: [
8 "conf-perl"
9]
10build: [
11 ["perl" "--version"]
12 ["perl" "-MString::ShellQuote" "-e" "1"]
13]
14depexts: [
15 ["libstring-shellquote-perl"] {os-family = "debian"}
16 ["perl-string-shellquote"] {os-distribution = "alpine"}
17 ["perl-String-ShellQuote"] {os-distribution = "centos"}
18 ["perl-String-ShellQuote"] {os-distribution = "ol"}
19 ["perl-String-ShellQuote"] {os-family = "suse" | os-family = "opensuse"}
20 ["perl-String-ShellQuote"] {os-family = "fedora"}
21 ["perl-string-shellquote"] {os-family = "arch"}
22]
23synopsis: "Virtual package relying on perl's String::ShellQuote"
24description:
25 "This package can only install if the specified perl packages are on the system."
26flags: conf