Module Ketrew_target.Build_process (.ml)

module Build_process: sig .. end

type t = [ `Long_running of string * string | `No_operation ] 
Specification of how to build a target.
val nop : t
A build process that does nothing.