Opam install --with-test/--with-doc defaults?

Hi, I’d like to get some opinions on the opam package deps installation workflow.

You download and start working on an OCaml project. Should opam install . --deps-only by default,

  • install only runtime deps (current behaviour)
  • install runtime and test deps (need to add --with-test)
  • install runtime, test, and doc deps (need to add --with-test --with-doc)

0 voters

In other words, what in your opinion should be the default?