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: ["git" "--version"]
8depexts: [
9 ["git"] {os-distribution = "centos"}
10 ["git"] {os-distribution = "fedora"}
11 ["git"] {os-distribution = "ol"}
12 ["git"] {os-family = "suse" | os-family = "opensuse"}
13 ["git"] {os-family = "debian"}
14 ["git"] {os-family = "ubuntu"}
15 ["git"] {os-distribution = "nixos"}
16 ["git"] {os-family = "arch"}
17 ["git"] {os-family = "alpine"}
18 ["system:git"] {os = "win32" & os-distribution = "cygwinports"}
19 # This is intentionally os = "cygwin" and *not* os-distribution = "cygwin"
20 # For native Windows, opam 2.2 recommends Git for Windows, so for native
21 # Windows there's no need for depext support.
22 ["git"] {os = "cygwin"}
23 ["git"] {os = "freebsd"}
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