Module Ketrew_pure.Target.Build_process

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.