package eliom

  1. Overview
  2. No Docs
Client/server Web framework

Install

dune-project
 Dependency

Authors

Maintainers

Sources

9.4.0.tar.gz
md5=3343b24ca20faba7cc74a7376f6a839e
sha512=89fc135908303271cefa8a3f3805f31ca9a1a980ddc153f15bf0cc2ce89b5f6f080a2b9a85c83f1846888a8bf00fa5edfe7cac197b72c5d61e19160b91061d75

Description

Eliom is a framework for implementing client/server Web applications. It introduces new concepts to simplify the implementation of common behaviors, and uses advanced static typing features of OCaml to check many properties of the Web application at compile-time. Eliom allows implementing the whole application as a single program that includes both the client and the server code. We use a syntax extension to distinguish between the two sides. The client-side code is compiled to JS using Ocsigen Js_of_ocaml.

Published: 24 Jan 2022

Dependencies (19)

  1. ocsipersist >= "1.0" & < "2.0"
  2. base-bytes
  3. reactiveData >= "0.2.1"
  4. ipaddr >= "2.1"
  5. ocsigenserver >= "5.0.0" & < "5.1.0"
  6. tyxml >= "4.4.0" & < "4.6.0"
  7. lwt_ppx >= "1.2.3"
  8. lwt_log
  9. js_of_ocaml-tyxml >= "3.6.0"
  10. js_of_ocaml-ppx_deriving_json >= "3.6.0"
  11. js_of_ocaml-ppx >= "3.6.0"
  12. js_of_ocaml-ocamlbuild build
  13. js_of_ocaml-lwt >= "3.6.0"
  14. js_of_ocaml >= "3.6.0"
  15. js_of_ocaml-compiler >= "3.6.0" & < "5.9.0"
  16. ppxlib >= "0.15.0"
  17. ppx_deriving
  18. ocamlfind
  19. ocaml >= "4.08.0" & < "5.1"

Dev Dependencies

None

Used by (2)

  1. ocsigen-start >= "4.5.0" & < "6.1.0"
  2. ocsigen-toolkit < "3.3.1"

Conflicts

None