package stdune

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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