module BaseEnvLight:sig
..end
This module defines the minimal set of functions to access data contained
in 'setup.data'. It allows to build third party OCaml script, without
embedding hundreeds line of code. It doesn't take into account '-C' and
other options.
Author(s): Sylvain Le Gall
module MapString:Map.S
with type key = string
typet =
string MapString.t
val default_filename : string
val load : ?allow_empty:bool ->
?filename:string -> ?stream:char Stream.t -> unit -> t
val var_expand : string -> t -> string
val var_get : string -> t -> string
Buffer.add_substitute
).val var_choose : 'a OASISExpr.choices -> t -> 'a