this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2
+2
packages/conf-perl-string-shellquote/conf-perl-string-shellquote.3/opam
··· 13 13 ] 14 14 depexts: [ 15 15 ["libstring-shellquote-perl"] {os-family = "debian"} 16 + ["libstring-shellquote-perl"] {os-family = "ubuntu"} 16 17 ["perl-string-shellquote"] {os-distribution = "alpine"} 17 18 ["perl-String-ShellQuote"] {os-distribution = "centos"} 18 19 ["perl-String-ShellQuote"] {os-distribution = "ol"} ··· 20 21 ["perl-String-ShellQuote"] {os-family = "fedora"} 21 22 ["perl-string-shellquote"] {os-family = "arch"} 22 23 ["p5-string-shellquote"] {os-distribution = "macports" & os = "macos"} 24 + ["p5-String-ShellQuote"] {os = "freebsd"} 23 25 ] 24 26 synopsis: "Virtual package relying on perl's String::ShellQuote" 25 27 description: