Sourcemodule ModuleInfo : sig ... end

ModuleInfo is the run-time module information for a module.

Sourcemodule Context : sig ... end

The Context module gives access to constants and other values that are only available in the "pre-link" phase of compilation.

Sourcemodule type SCRIPT = sig ... end

SCRIPT is the base type of a dk script module.

A functional implementation of a script module.

Sourcemodule Version : sig ... end
Sourcemodule PublicKeys : sig ... end