module Build_process:sig
..end
typet =
[ `Long_running of string * string | `No_operation ]
`Artifact a
: literal, already-built, artifact, `Direct_command c
: a Command.t
to run (should produce a Volume.t
), `Get_output c
: a Command.t
to run and get its stdout
(should
produce a value), `Long_running (plugin_name, initial_run_parameters)
:
Use a long-running plugin. val nop : t