package lilv

  1. Overview
  2. Docs

Module Lilv.PluginsSource

Collections of plugins.

Sourcetype t

A collection of plugins.

Sourceval length : t -> int

Length of the collection.

Sourceval get_by_uri : t -> string -> Plugin.t

Fin a plugin with given URI.

Sourceval iter : (Plugin.t -> unit) -> t -> unit

Iterate a function on a collection.

Sourceval to_list : t -> Plugin.t list

Convert collection to list.

OCaml

Innovation. Community. Security.