package ocaml_plugin

  1. Overview
  2. Docs
type t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : dir:string -> ?max_files:int -> ?readonly:bool -> ?try_old_cache_with_new_exec:bool -> unit -> t
val dir : t -> string
val max_files : t -> int
val readonly : t -> bool
val try_old_cache_with_new_exec : t -> bool
module Stable : sig ... end