You can search for identifiers within the package.
in-package search v0.2.0
extism
Plugin.Typed
Typed plugins allow for plugin functions to be check at initialization and called with static types
module type S = sig ... end
Defines the interface for typed plugins
module Init () : S
Initialize a new typed plugin module