Module Clerk_lib.Clerk_configSource
Sourcetype doc_backend = | Html| Latex
Sourcetype target = {tname : string;tmodules : string list;ttests : Catala_utils.File.t list;backends : backend list;include_sources : bool;include_objects : bool;
} Sourcetype doc = {name : string;kind : doc_backend;entrypoints : string list;doc_options : string list;
} Sourcetype custom_rule = {backend : backend;in_exts : string list;out_exts : string list;commandline : string list;
}