Module OUnitPlugin
module type SETTINGS = sig
type t
val name : string
val conf_help : string
val default_name : string
val default_value : t
end