package shakuhachi

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.