Values.EnvironmentVariableSourceInformation about an environment variable for a project or a run.
type nonrec t = {name : EnvironmentVariableName.t;The name of the environment variable.
*)value : EnvironmentVariableValue.t;The value of the environment variable.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of EnvironmentVariableName.t ]) list ]