Up

Module Ocaml_plugin

Signature

module Import : sig .. end
module Ml_bundle : sig .. end
module Ocaml_compiler : sig .. end
module Ocaml_dynloader : sig .. end
Ocaml plugin loader, from ocaml source file. Wrapper around Dynlink module, including on the fly async ocaml compilation.
module Ocamldep : sig .. end
module Params : sig .. end
module Plugin_cache : sig .. end
This cache avoid recompilation of sources if there are no changes in the files. Since we want the side effects to be executed in case of a re-loading, this isn't a cache of dynloading. The purpose of this cache is to speed up the initialization of programs relying on an ml config set up.
module Plugin_uuid : sig .. end
module Shell : sig .. end
module Std : sig .. end
module Tar : sig .. end