package shakuhachi

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

Module SkhcPluginSource

A library to write plugins.

A plugin is a module defined by conforming to the Plugin.S signature and registered by using Plugin.register function.

Sourcemodule Plugin : sig ... end

Operations for plugin.

Sourcemodule Tagger : sig ... end

Operations for the tagger plugin.

Sourcemodule Event : sig ... end

Module on shakuhachi plugin event.