Module Private.Pkg
Package description.
val empty : t
empty
is an empty package description.
val name : t -> string
name p
isp
's name.
Distrib
Publish
Lints
Note. In the following None
values mean that the lint is disabled by the package description.
val lint_custom : t -> (unit -> R.msg result list) option
lint_custom p
isp
's custom linting function (if any).Note. Use
Ipc.lint_custom
to run the function from another program.