opam-version: "2.0"
maintainer: "Andre Maroneze <andre.maroneze@cea.fr>"
authors: ["GNU coreutils authors"]
homepage: "https://github.com/ocaml/opam-repository/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "GPL-1.0-or-later"
build: [["sh" "-c" "command -v timeout || exit 1"]]
depexts: [
  ["coreutils"] {os-family = "debian"}
  ["coreutils"] {os-distribution = "fedora"}
  ["coreutils"] {os-distribution = "arch"}
  ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "Virtual package relying on the \"timeout\" command"
description:
  "This package can only install if the \"timeout\" command is installed on the system."
flags: conf
