this repo has no description
1opam-version: "2.0" 2maintainer: "unixjunkie@sdf.org" 3homepage: "https://git-scm.com" 4authors: "Linus Torvalds" 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6license: "GPL-2.0-or-later" 7build: [["which" "git"]] 8depends: [ 9 "conf-which" {build} 10] 11depexts: [ 12 ["git"] {os-distribution = "centos"} 13 ["git"] {os-distribution = "fedora"} 14 ["git"] {os-family = "suse" | os-family = "opensuse"} 15 ["git"] {os-family = "debian"} 16 ["git"] {os-distribution = "nixos"} 17 ["git"] {os-distribution = "arch"} 18 ["git"] {os = "macos" & os-distribution = "homebrew"} 19 ["system:git"] {os = "win32" & os-distribution = "cygwinports"} 20 # This is intentionally os = "cygwin" and *not* os-distribution = "cygwin" 21 # For native Windows, opam 2.2 recommends Git for Windows, so for native 22 # Windows there's no need for depext support. 23 ["git"] {os = "cygwin"} 24] 25synopsis: "Virtual package relying on git" 26description: 27 "This package can only install if the git program is installed on the system." 28flags: conf