Module Dynamic_plugins.Print_api

module Print_api: sig .. end

val run : string -> unit
Access it by Dynamic.get ~plugin:"Print_api" "run" (Datatype.func Datatype.string Datatype.unit) this creates a .mli file used in the Makefile (make doc) to create (with ocamldoc) a html documentation.It takes the path where to create this file as an argument.