this repo has no description
1opam-version: "2.0" 2maintainer: "Andre Maroneze <andre.maroneze@cea.fr>" 3authors: ["GNU coreutils authors"] 4homepage: "https://github.com/ocaml/opam-repository/" 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6license: "GPL-1.0-or-later" 7build: [["sh" "-c" "command -v timeout || exit 1"]] 8depexts: [ 9 ["coreutils"] {os-family = "debian"} 10 ["coreutils"] {os-distribution = "fedora"} 11 ["coreutils"] {os-distribution = "arch"} 12 ["coreutils"] {os = "macos" & os-distribution = "homebrew"} 13] 14synopsis: "Virtual package relying on the \"timeout\" command" 15description: 16 "This package can only install if the \"timeout\" command is installed on the system." 17flags: conf