this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

+8
+4
packages/conf-git/conf-git.1.0/opam
··· 17 17 ["git"] {os-distribution = "arch"} 18 18 ["git"] {os = "macos" & os-distribution = "homebrew"} 19 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"} 20 24 ] 21 25 synopsis: "Virtual package relying on git" 22 26 description:
+4
packages/conf-git/conf-git.1.1/opam
··· 16 16 ["git"] {os-family = "arch"} 17 17 ["git"] {os-family = "alpine"} 18 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"} 19 23 ["git"] {os = "freebsd"} 20 24 ] 21 25 synopsis: "Virtual package relying on git"