-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Update Request]: OCaml.opam including Git.Git in PackageDependencies #170902
Comments
If that's the official advice for the best possible experience for a user installing the app, then i am inclined to say yes. I'm a little worried about the semantics because An alternate could be to use
Side note: They aren't experimental anymore, must be a case of outdated docs somewhere. Could you point to where you read about it? :D |
I agree that PackageDependencies isn't the ideal fit - Debian, for example, put it in
It's definitely not "the package won't function correctly without Git.Git" but more "some users may encounter issues they wouldn't otherwise have done had they installed Git.Git". Expert users are able to configure opam to use whichever
winget-pkgs/doc/manifest/schema/1.7.0/singleton.md Lines 75 to 79 in ae58eab
|
What type of update are you requesting?
A change to the package metadata
Current Package Identifier
OCaml.opam
Package Version
2.2.1
Please describe the changes you would like to see
The
OCaml.opam
package installs OCaml's package manager, opam.The first command which must be run to use opam is
opam init
which will strongly recommend that the user installs Git for Windows and recommendswinget install Git.Git
as a way to do this. It will recommend this even if an alternate Git implementation (such as Cygwin's) is found and the official advice on the OCaml website recommends install theGit.Git
winget package (cf. update in ocaml/ocaml.org#2658).Would it be acceptable for
Git.Git
to be added to the experimentalPackageDependencies
field, so thatwinget install OCaml.opam
automatically installs Git-for-Windows, rather than continuing to guide users to have to enterwinget install Git.Git OCaml.opam
?The text was updated successfully, but these errors were encountered: