You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A builtin support in opam for a deprecated flag would be nice. Here what such flag would do:
Any packages flagged with deprecated would be avoided by the solver unless there is no other choice (e.g. some user wants to install package a which depends on b which is deprecated)
If it is installed, show up a note after installation notifying the user that the package is deprecated. If the developer deprecating the package wants to add precisions, they can do it using the post-messages field as it was already done for such a purpose.
A builtin support in opam for a
deprecated
flag would be nice. Here what such flag would do:deprecated
would be avoided by the solver unless there is no other choice (e.g. some user wants to install packagea
which depends onb
which is deprecated)post-messages
field as it was already done for such a purpose.Related to ocurrent/opam-health-check#8
The text was updated successfully, but these errors were encountered: