Up
Module
Env
Signature
type
t =
Env.t
val
create : ?putenv:(string * string option) list -> ?command_lookup_path:[
| `Extend
of
string list
| `Replace
of
string list
] -> ?build_begin:(unit -> unit
Async.Std.Deferred.t
) -> ?build_end:(unit -> unit
Async.Std.Deferred.t
) -> ?artifacts:(dir:
Path.t
->
Path.t
list
Dep.t
) -> (dir:
Path.t
->
Scheme.t
) ->
t