Module type Kf_state.INFO


module type INFO = sig .. end

val name : string
val dependencies : Project.Computation.t list
Additional dependencies of the built state.