opam-version: "2.0" maintainer: "unixjunkie@sdf.org" homepage: "https://git-scm.com" authors: "Linus Torvalds" bug-reports: "https://github.com/ocaml/opam-repository/issues" license: "GPL-2.0-or-later" build: [["which" "git"]] depends: [ "conf-which" {build} ] depexts: [ ["git"] {os-distribution = "centos"} ["git"] {os-distribution = "fedora"} ["git"] {os-family = "suse" | os-family = "opensuse"} ["git"] {os-family = "debian"} ["git"] {os-distribution = "nixos"} ["git"] {os-distribution = "arch"} ["git"] {os = "macos" & os-distribution = "homebrew"} ["system:git"] {os = "win32" & os-distribution = "cygwinports"} # This is intentionally os = "cygwin" and *not* os-distribution = "cygwin" # For native Windows, opam 2.2 recommends Git for Windows, so for native # Windows there's no need for depext support. ["git"] {os = "cygwin"} ] synopsis: "Virtual package relying on git" description: "This package can only install if the git program is installed on the system." flags: conf