package oasis

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

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.7.tar.gz
sha256=54bc4b80e4a38719124e8fb0125c6f3404bda514b87b8749b51442e023de998d
md5=d848bac0234ed1849a9187d16630cda3

doc/plugin-loader/PluginLoader/index.html

Module PluginLoader

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

Innovation. Community. Security.