Module type Project.Computation.INFO


module type INFO = sig .. end
Some additional informations used by Project.Computation.Register.

val name : string
Name of the internal state.
val dependencies : Project.t list
Dependencies of this internal state.