package eliom

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

Install

Dune Dependency

Authors

Maintainers

Sources

6.12.0.tar.gz
md5=0a04718f955c1509465d04bf52d276b3
sha512=fb5adb8e4cf326a30e2ff020363e1d3345f8e6652b3034dc4ea0724de16b513d4a32bccb50e17354b65380b902fd1c9568c7001e49d2bc224c29b3628d77bbed

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: 22 Apr 2020

Dependencies (21)

  1. base-bytes
  2. sqlite3
  3. dbm
  4. reactiveData >= "0.2.1"
  5. ipaddr >= "2.1"
  6. ocsigenserver >= "2.10" & < "3.0.0"
  7. tyxml >= "4.4.0" & < "5.0.0"
  8. ppx_tools_versioned >= "5.2.3"
  9. lwt_ppx
  10. lwt_log
  11. js_of_ocaml-tyxml >= "3.5.1" & < "3.9.0"
  12. js_of_ocaml-ppx_deriving_json >= "3.5.1" & < "3.9.0"
  13. js_of_ocaml-ppx >= "3.5.1" & < "3.9.0"
  14. js_of_ocaml-ocamlbuild build & < "3.9.0"
  15. js_of_ocaml-lwt >= "3.5.1" & < "3.9.0"
  16. js_of_ocaml >= "3.5.1" & < "3.9.0"
  17. js_of_ocaml-compiler >= "3.5.1" & < "3.9.0"
  18. ppx_tools >= "0.99.3"
  19. ppx_deriving
  20. ocamlfind
  21. ocaml >= "4.07.1" & < "4.11"

Dev Dependencies

None

Used by (2)

  1. ocsigen-start >= "2.3.0" & < "2.19.2"
  2. ocsigen-toolkit >= "1.1.0" & < "2.8.0"

Conflicts

None