package eliom

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

Install

Dune Dependency

Authors

Maintainers

Sources

8.8.1.tar.gz
md5=86a836ca14a9a0af9b12a2bfdd44e9d0
sha512=34150e008ad953b7bfaa7492255ded0e8f5034373cf98757461e5500678da3f9e029deb58d7e53b79ea4480200e00f9bd1577bbb9c26906a9b8a8c5ccc3a7792

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: 30 Oct 2021

Dev Dependencies

None

Used by (2)

  1. ocsigen-start >= "4.1.0" & < "4.5.0"
  2. ocsigen-toolkit >= "1.1.0" & < "3.3.1"

Conflicts

None