module Repr : sig ... end
type t
t
is a unique identifier for plugin, along with some information needed for code
generation and that make debugging nicer because they end up in the cache info.
val uuid : t ‑> Core.Uuid.t
val create : repr:Repr.t ‑> ml_bundles:Ocaml_plugin__.Ml_bundle.t list ‑> unit ‑> t
val ml_bundles : t ‑> Ocaml_plugin__.Ml_bundle.t list