Module Forester_frontend.ForestSource
Sourcetype config = {env : Eio_unix.Stdenv.base;assets_dirs : Eio.Fs.dir_ty Eio.Path.t list;theme_dir : Eio.Fs.dir_ty Eio.Path.t;root : string option;stylesheet : string;ignore_tex_cache : bool;no_assets : bool;no_theme : bool;
} Sourceval create_tree :
cfg:config ->
addrs:string Seq.t ->
dest:Eio.Fs.dir_ty Eio.Path.t ->
prefix:string ->
template:string option ->
mode:[ `Sequential | `Random ] ->
string