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/6.12.0.tar.gz md5=0a04718f955c1509465d04bf52d276b3 sha512=fb5adb8e4cf326a30e2ff020363e1d3345f8e6652b3034dc4ea0724de16b513d4a32bccb50e17354b65380b902fd1c9568c7001e49d2bc224c29b3628d77bbed |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/eliom/eliom.6.12.0/opam |
Required by
- ocsigen-start>=2.3.0 & <2.19.2
- ocsigen-toolkit>=1.1.0 & <2.8.0