this repo has no description

conf-perl-string-shellquote: add support for FreeBSD and Ubuntu-derivatives

Changed files
+2
packages
conf-perl-string-shellquote
conf-perl-string-shellquote.3
+2
packages/conf-perl-string-shellquote/conf-perl-string-shellquote.3/opam
···
]
depexts: [
["libstring-shellquote-perl"] {os-family = "debian"}
+
["libstring-shellquote-perl"] {os-family = "ubuntu"}
["perl-string-shellquote"] {os-distribution = "alpine"}
["perl-String-ShellQuote"] {os-distribution = "centos"}
["perl-String-ShellQuote"] {os-distribution = "ol"}
···
["perl-String-ShellQuote"] {os-family = "fedora"}
["perl-string-shellquote"] {os-family = "arch"}
["p5-string-shellquote"] {os-distribution = "macports" & os = "macos"}
+
["p5-String-ShellQuote"] {os = "freebsd"}
]
synopsis: "Virtual package relying on perl's String::ShellQuote"
description: