Module SkhcPlugin.PluginSource

Operations for plugin.

Sourcemodule type S = sig ... end

Signature of a shakuhachi plugin.

Sourceval register : (module S) -> unit

register plugin registers plugin to be loaded by skhc.

Sourceval plugins : unit -> (module S) list

plugins () returns all the plugins currently registered.