package eliom

  1. Overview
  2. Docs
Client/server Web framework

Install

Authors

Maintainers

Sources

10.1.0.tar.gz
md5=ab397324d7fc2251318c2c78fa31ddf5
sha512=27d56b5bddfc4e9056a0d167cfc7ffee3b1dbade1f76e53759b881a440a94f8a60515aa188c916d928d426f9762b81647a6d1d27be671ea4cdb67d66758470c6

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: 28 Sep 2023

Dependencies (20)

  1. ppx_optcomp
  2. ocsipersist >= "1.0" & < "2.0"
  3. base-bytes
  4. reactiveData >= "0.2.1"
  5. ipaddr >= "2.1"
  6. ocsigenserver >= "5.1.0" & < "6.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"

Dev Dependencies

None

Used by (2)

  1. ocsigen-start >= "6.1.0"
  2. ocsigen-toolkit >= "1.1.0" & < "3.3.4"

Conflicts

None