package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_server.ServerSource

Sourcetype theme = {
  1. stylesheet : string;
  2. htmx : string;
  3. js_bundle : string;
  4. font_dir : string;
  5. favicon : string;
}
Sourceval load_theme : env:< fs : [> Eio.Fs.dir_ty ] Eio.Path.t.. > -> string list -> theme
Sourceval lookup_font : env:< fs : [> Eio.Fs.dir_ty ] Eio.Path.t.. > -> theme -> string -> string
Sourceval log_warning : exn -> unit
Sourceval run : env: < fs : [> Eio.Fs.dir_ty ] Eio.Path.t ; net : [> [> `Generic ] Eio.Net.ty ] Eio.Std.r.. > -> port:int -> forest:Forester_compiler.State.t -> string list -> 'a
OCaml

Innovation. Community. Security.