Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Information about the final application.
val name : t -> string
name t
is the name of the application.
with_output t o
is similar to t
but with the output set to Some o
.
val libraries : t -> string list
OCamlfind libraries needed by the project at runtime.
val package_names : t -> string list
OPAM packages names needed by the project at runtime.