Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
base_configurable
pre-defining many methods from the configurable
class. To be used as follow:
let time_conf = object
inherit base_configurable
method ty = time
method name = "time"
method module_name = "OS.Time"
end
method keys : key list
method connect : Info.t -> string -> string list -> string
method configure : Info.t -> (unit, Rresult.R.msg) Pervasives.result
method build : Info.t -> (unit, Rresult.R.msg) Pervasives.result
method clean : Info.t -> (unit, Rresult.R.msg) Pervasives.result
method deps : abstract_impl list