Client/server Web framework
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Published
10 Dec 2019
Authors
Maintainers
Sources
6.9.3.tar.gz
md5=648feb167524476108f8263999ff72a5
sha512=94dae53fedbb10c429f511dfe9950def2112f281edd4bfcb6b48b6da8c11168baa9510b4f19c90d6501c4e37f195654bceb9205590787d66f0f5d7aa0e0ed171
Dependencies
reactiveData
>= "0.2.1"
ipaddr
>= "2.1"
ocsigenserver
>= "2.10" & < "3.0.0"
tyxml
>= "4.3.0" & < "4.4.0"
ppx_tools_versioned
>= "5.2.3"
js_of_ocaml-tyxml
>= "3.3"
js_of_ocaml-ppx_deriving_json
>= "3.3" & < "3.5"
js_of_ocaml-ppx
>= "3.3"
js_of_ocaml-ocamlbuild
build
js_of_ocaml-lwt
>= "3.3"
js_of_ocaml
>= "3.3"
js_of_ocaml-compiler
>= "3.3" & < "3.5"
ppx_tools
>= "0.99.3"
ocaml
>= "4.07.1"
Reverse Dependencies
ocsigen-start
>= "2.3.0" & != "2.15.1" & < "2.16.0"
ocsigen-toolkit
>= "1.1.0" & < "2.4.3"
Conflicts
None