package oasis

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

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.8.tar.gz
sha256=1e535de19fce623cc0019d2bbc4b158ac47e10b0165620e2ea459b1b0fdbc7d2
md5=9ba176512a3cc008ec39cd4b528cc4e5

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.