package eliom

  1. Overview
  2. No Docs
Framework for programming Web sites and client/server Web applications.

Install

Dune Dependency

Authors

Maintainers

Sources

5.0.0.tar.gz
md5=dcd4c6b7b09a9ac233cb6db4605c233e

Description

Eliom is a framework for programming Web sites and client/server Web applications. It introduces new concepts to simplify programming common behaviours and uses advanced static typing features of OCaml to check many properties of the Web site at compile time. If you want to write a Web application, Eliom makes possible to write the whole application as a single program (client and server parts). A syntax extension is used to distinguish both parts and the client side is compiled to JS using Ocsigen Js_of_ocaml.

Published: 30 Jan 2016

Dependencies (13)

  1. base-bytes
  2. reactiveData = "0.2"
  3. ipaddr >= "2.1"
  4. ocsigenserver >= "2.6" & < "3.0.0"
  5. calendar >= "2.00"
  6. tyxml = "3.6.0"
  7. js_of_ocaml > "2.6" & < "3.0"
  8. ppx_tools >= "0.99.3"
  9. base-no-ppx
  10. deriving >= "0.6"
  11. camlp4 <= "4.02+6"
  12. ocamlfind
  13. ocaml >= "4.01" & < "5.1"

Dev Dependencies

None

Used by

None

Conflicts

None