package oasis

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

Module PluginLoaderSource

Sourceexception Findlib_error of string * exn
Sourceexception Plugin_not_found of string
Sourcemodule StringSet : sig ... end
Sourcemodule SetString : sig ... end
Sourceval findlib_packages_loaded : SetString.t ref
Sourceval add_findlib_package : SetString.elt -> unit
Sourceclass foo : object ... end
Sourceval init : SetString.elt list -> unit
Sourcetype 'a t = {
  1. system : string;
  2. msg : [> `Debug | `Warning | `Error ] as 'a -> string -> unit;
}
Sourcetype entry = {
  1. findlib_name : string;
  2. name : string;
  3. synopsis : string option;
  4. version : string option;
  5. deprecated : bool;
}
Sourceval findfiles : [> `Debug | `Error | `Warning ] t -> string -> string list
Sourcemodule SetEntry : sig ... end
Sourceval list : [> `Debug | `Error | `Warning ] t -> SetEntry.elt list
Sourceval load : [> `Debug | `Error | `Warning ] t -> string -> unit
OCaml

Innovation. Community. Security.