1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Sources : sig ... end
module Plugin : sig ... end
module Config : sig ... end
val create : Config.t -> t Async.Deferred.Or_error.t
Loading info and cache initialization, including some clean-up if needed, etc. cleaning old version files if present.
val digest :
Ocaml_plugin__Ml_bundle.t list ->
Sources.t Async.Deferred.Or_error.t
val add :
t ->
Sources.t ->
Ocaml_plugin__Plugin_uuid.t ->
filename ->
unit Async.Deferred.Or_error.t
Update the info in the file system, perform some clean-up if needed.
val clean : t -> unit Async.Deferred.Or_error.t
Release this plugin cache lock.
module Digest : sig ... end
Exported to be used in some other part of ocaml_plugin.