Module Stdune.Execution_envSource

Are we running inside an emacs shell?

Sourceval inside_emacs : bool
Sourceval inside_dune : bool

Are we running inside Dune?

Sourceval inside_ci : bool

Are we running in CI?. This checks the CI environment variable which is supported by travis, gitlab.

Sourcemodule Inside_dune : sig ... end