package eliom

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

Install

Dune Dependency

Authors

Maintainers

Sources

6.5.0.tar.gz
md5=90873cedb0545818660698d904bc5c29
sha512=a5515b96d1e6f98e3ef9d3713c7ab5feaa55b4577d337994db745b6d8181c3077de464751a66ef2aacef4e9a0e40aab4971e2779b9e417d0a2193ea2e6d2d00e

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 Dec 2018

Dev Dependencies

None

Used by (2)

  1. ocsigen-start >= "1.2.0" & != "2.15.1" & < "2.16.0"
  2. ocsigen-toolkit >= "1.1.0" & < "2.1.0"

Conflicts

None