opam-version: "2.0"
synopsis: "Virtual package relying on perl"
description:
  "This package can only install if the perl program is installed on the system."
maintainer: "tim@gfxmonk.net"
authors: "Larry Wall"
license: "GPL-1+"
homepage: "https://www.perl.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
flags: conf
build: ["perl" "--version"]
depexts: [
  ["perl"] {os-distribution = "debian"}
  ["perl"] {os-distribution = "ubuntu"}
  ["perl"] {os-distribution = "alpine"}
  ["perl"] {os-distribution = "nixos"}
  ["perl"] {os-distribution = "archlinux"}
  ["perl-Pod-Html"] {os-distribution = "fedora"}
]
