You can search for identifiers within the package.
in-package search v0.2.0
Collections of plugins.
type t
A collection of plugins.
val length : t -> int
Length of the collection.
val get_by_uri : t -> string -> Plugin.t
Fin a plugin with given URI.
val iter : (Plugin.t -> unit) -> t -> unit
Iterate a function on a collection.
val to_list : t -> Plugin.t list
Convert collection to list.