this repo has no description
1opam-version: "2.0" 2maintainer: "tim@gfxmonk.net" 3homepage: "https://www.perl.org/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5license: "GPL-1.0-or-later" 6authors: "Larry Wall" 7build: [["perl" "--version"]] 8depexts: [ 9 ["perl"] {os-family = "debian"} 10 ["perl"] {os-distribution = "alpine"} 11 ["perl"] {os-distribution = "nixos"} 12 ["perl"] {os-distribution = "arch"} 13 ["perl-Pod-Html"] {os-distribution = "fedora"} 14 ["perl-Pod-Html"] {os-distribution = "centos" & os-version >= "8"} 15] 16synopsis: "Virtual package relying on perl" 17description: 18 "This package can only install if the perl program is installed on the system." 19flags: conf