package ocaml_plugin

  1. Overview
  2. Docs
type t = {
  1. ppx_is_embedded : bool;
  2. archive_digests : Plugin_cache.Digest.t Core.String.Map.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t