module type MINIMAL_OUTPUT =Since Boron-20100401sig
..end
val self : Project.t
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