package eliom

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

Install

Dune Dependency

Authors

Maintainers

Sources

8.8.0.tar.gz
md5=226c6aaef9f2f02881990e078ecf5527
sha512=d6bac911ea7f006f9ca2486d409fef41589ecdedcd5e95d6e2462a6155c0fe895f98bd90ecc927b31971699c067999d675d2a78b805ababf80e28646042dd1e4

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: 07 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