package eliom

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

Install

Dune Dependency

Authors

Maintainers

Sources

6.7.0.tar.gz
md5=4fb7ad63a69d04210bc5442b610ff92b
sha512=d7914dc1f5f2fd8a2d977dd79523a1b98ccfd8e34f67d285a5566f143d226b2563c4e7a9196170e91aba3c2e732cc97a1aa5b747e678e8bd219cc9b538c84f69

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: 08 Feb 2019

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.4.3"

Conflicts

None