You can search for identifiers within the package.
in-package search v0.2.0
Plugins.
type t
A plugin.
exception Not_a_plugin
The file being loaded is not a LADSPA plugin.
val load : string -> t
Load a LADSPA plugin. The argument is the path of a .so file.
val unload : t -> unit
Unload a LADSPA plugin.