Module type Project.Computation.MINIMAL_OUTPUT


module type MINIMAL_OUTPUT = sig .. end
Since Boron-20100401

val self : Project.t
The kind of the registered state.
Consult the Plugin Development Guide for additional details.
val select : Kind.how -> Project.Computation.selection -> Project.Computation.selection
select sel add the registered state to the given selection in a functional way.
val depend : Project.t -> unit
depend k adds a dependencies from k to me.
val name : string