this repo has no description
1opam-version: "2.0" 2maintainer: "Gabriel Scherer <gabriel.scherer@gmail.com>" 3authors: ["POSIX"] 4homepage: "https://github.com/ocaml/opam-repository/" 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6license: "GPL-1.0-or-later" 7build: [["which" "time"]] 8depends: ["conf-which" {build}] 9depexts: [ 10 ["system:time"] {os = "win32" & os-distribution = "cygwinports"} 11 ["time"] {os-distribution = "cygwin"} 12 ["time"] {os-family = "debian"} 13 ["time"] {os-family = "ubuntu"} 14 ["time"] {os-distribution = "centos"} 15 ["time"] {os-distribution = "fedora"} 16 ["time"] {os-distribution = "ol"} 17 ["time"] {os-family = "suse" | os-family = "opensuse"} 18 ["time"] {os-family = "arch"} 19 # busybox time is installed by default on Alpine, GNU-time is time@testing 20] 21synopsis: "Virtual package relying on the \"time\" command" 22description: 23 "This package can only install if the \"time\" command is installed on the system. It does not enforce having the GNU utility: it may find a BSD time command (BSD, OSX) or a Busybox command (Alpine) that have different options. The only common functionality is \"time <command>\"." 24flags: conf