Other systems I’ve used in the past have a concept of something like “dev dependencies” which are things like dependencies only needed for running the test suite.
i.e. distinct from the main dependencies, which would be only the minimum deps needed by end users of the library when installing it from opam.
Does Dune have something like that?
I found the depopts
stanza but it’s not really explained and from this thread seems used for different purpose.