module type APP_PARAM =sig..end
Signature for application creation.
val application_name : stringName of the application. Applications must have distinct names.
val global_data_path : string list optionIf a path is provided, we export through it a service for accessing the global data. Reading this data makes global injections work in client apps.