sig
  type t
  exception Not_a_plugin
  val load : string -> Dssi.Plugin.t
  val unload : Dssi.Plugin.t -> unit
end