eliomversion
Client/server Web framework
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.
Author | dev@ocsigen.org |
---|---|
License | LGPL-2.1-only WITH OCaml-LGPL-linking-exception |
Published | |
Homepage | http://ocsigen.org/eliom/ |
Issue Tracker | https://github.com/ocsigen/eliom/issues/ |
Maintainer | dev@ocsigen.org |
Dependencies |
|
Source [http] | https://github.com/ocsigen/eliom/archive/refs/tags/10.1.0.tar.gz md5=ab397324d7fc2251318c2c78fa31ddf5 sha512=27d56b5bddfc4e9056a0d167cfc7ffee3b1dbade1f76e53759b881a440a94f8a60515aa188c916d928d426f9762b81647a6d1d27be671ea4cdb67d66758470c6 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/eliom/eliom.10.1.0/opam |
Required by
- ocsigen-start>=6.1.0 & <6.3.0
- ocsigen-toolkit>=1.1.0 & <3.3.4