package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Per_directory_information : sig ... end

Specifies for a given directory dir

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 -> Per_directory_information.t) -> t