Module Mltop.PluginSpecSource

Coq plugins are identified by their OCaml library name (in the Findlib sense)

Sourcetype t

A plugin is identified by its canonical library name, such as rocq-runtime.plugins.ltac

Sourceval to_package : t -> string

to_package p returns the findlib name of the package

Sourceval pp : t -> string