this repo has no description

Update conf-git for Cygwin

Native Windows opam already ensures that Git for Windows is installed,
so the depext here is for os = "cygwin" only; on native Windows, git has
already been made a required tool for opam.

Changed files
+8
packages
conf-git
conf-git.1.0
conf-git.1.1
+4
packages/conf-git/conf-git.1.0/opam
···
["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:
+4
packages/conf-git/conf-git.1.1/opam
···
["git"] {os-family = "arch"}
["git"] {os-family = "alpine"}
["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"}
["git"] {os = "freebsd"}
]
synopsis: "Virtual package relying on git"