Make.Binclude S.OPERATIONA short and unique name for this operation, used as a filename component and database key. e.g. "docker-build"
module Key : S.WITH_DIGESTThe id, Key.t pair uniquely identifies the operation.
module Value : S.WITH_MARSHALThe result of a build.
val build : t -> Current.Job.t -> Key.t -> Value.t Current.or_error Lwt.tbuild t j k builds k. Call Job.start j once any required resources have been acquired. Log messages can be written to j.
val pp : Key.t Fmt.tDescribe the operation. e.g. "docker build $src".