Module type Eliom_registration_sigs.APP_PARAM
module type APP_PARAM = sig..end
Signature for application creation.
val application_name : string
Name of the application. Applications must have distinct names.
val global_data_path : string list option
If 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.