Module Ketrew.EDSL.Condition

module Condition: sig .. end

type t = Ketrew_pure.Target.Condition.t 
val (&&) : t -> t -> t
val chain_and : t list -> t
val program : ?returns:int ->
?host:Ketrew.EDSL.Host.t -> Ketrew.EDSL.Program.t -> t
module Volume: sig .. end
“Volumes” are arbitrary file-system structures i.e.
val volume_exists : Volume.t -> t
Condition that ensures the all the structure of a Volume.t is present.
val volume_size_greater_of_equal : Volume.t -> int -> t