package oasis

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

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.11.tar.gz
sha256=18b73deef4ed6e9a83337f24b3bbe2ded65268b3ff7309fcc00d25e57e1dc12e
md5=98492f4657c2c5b30e3b1bc945e58419

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.