package oasis

  1. Overview
  2. Docs
Tooling for building OCaml libraries and applications

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.10.tar.gz
sha256=1cd9071403a2edb79dacbca8a96bdc6be754e786e1a45e69d9326fb6ee00508d
md5=84de67188d6c1ba4499aee6d4cb8cb54

doc/plugin-loader/PluginLoader/index.html

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.