package eliom

  1. Overview
  2. Docs
Client/server Web framework

Install

Authors

Maintainers

Sources

8.9.0.tar.gz
md5=a3cedcf506cada1b4ddc8f16dfc59560
sha512=5596e8a4aaae823f05fb593f4c0f971589f1cf6c1d38aeafc7108d9ba31b2d93ac82f45a399f7e8dad6565d6f7c178b98385c444bd97c8b4dfe26b2d98464257

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: 02 Nov 2021

Dependencies (20)

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

Dev Dependencies

None

Used by (2)

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

Conflicts

None