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
Most of the time ocaml is a required dependency that we want to have explicitly stated (but not for conf- packages -- see #420).
The simplest fix here is to add a lint warning when ocaml is not declared as a dependency.
A smarter approach may be to check the package content to determine whether it needs this (e.g., looking for the presence of .ml files or asking opam if its deps require ocaml).