package transom

  1. Overview
  2. Docs
OCaml backend/application logic for desktop WebView apps

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
md5=4d0b0117994a250dd343bbc03f65acf5
sha512=629a5e39f3b142ff0391bbcab6a193480d07d04b3a101da85693778dae6539f48b48bc5c36cf24ed4a920da26bab2b9c955d2bb2a5c43fc3dcaec137523a7527

doc/transom.codegen/Transom_codegen/Gen_ocaml_server/index.html

Module Transom_codegen.Gen_ocaml_serverSource

Sourceval lower_module_filename : string -> string
Sourceval command_name : Manifest.command -> string
Sourceval ocaml_type : Manifest.ocaml_type -> string
Sourceval ocaml_module : Manifest.ocaml_module -> string
Sourceval handler_lines : Manifest.ocaml_module -> Manifest.command -> string list
Sourceval handlers_module_type : Manifest.t -> string list
Sourceval dispatch_signature : string list
Sourceval interface : Manifest.t -> string
Sourceval response_encode : string -> Manifest.command -> string
Sourceval request_decode : string -> Manifest.command -> string
Sourceval event_emit : string -> Manifest.ocaml_type -> string
Sourceval branch : Manifest.t -> Manifest.command -> string list
Sourceval dispatch_prelude : Manifest.t -> string list
Sourceval implementation : Manifest.t -> string