Module Jenga_lib.Api.Env

type t = Env.t
val create : ?putenv:(string * string option) list ‑> ?command_lookup_path:[ `Replace of string list | `Extend of string list ] ‑> ?build_begin:(unit ‑> unit Async.Deferred.t) ‑> ?build_end:(unit ‑> unit Async.Deferred.t) ‑> ?delete_eagerly:(non_target:Path.t ‑> bool) Dep.t ‑> ?delete_if_depended_upon:(non_target:Path.t ‑> bool) Dep.t ‑> (dir:Path.t ‑> Scheme.t) ‑> t