package eliom
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Client/server Web framework
Install
dune-project
Dependency
Authors
Maintainers
Sources
9.0.0.tar.gz
md5=db78a1e917834a690f93dc6970a5f31d
sha512=39a7dfd581521473725a98f591b86b0a5f96628275270cf21179579c569c44994ecc4dd7273e64b796aa5689b7e38ca6df649888d5fa2c1fc3cb708d42655109
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: 03 Nov 2021
Dependencies (19)
-
ocsipersist
>= "1.0" & < "2.0" - base-bytes
-
reactiveData
>= "0.2.1" -
ipaddr
>= "2.1" -
ocsigenserver
>= "5.0.0" & < "5.1.0" -
tyxml
>= "4.4.0" & < "4.6.0" -
lwt_ppx
>= "1.2.3" - lwt_log
-
js_of_ocaml-tyxml
>= "3.6.0" -
js_of_ocaml-ppx_deriving_json
>= "3.6.0" -
js_of_ocaml-ppx
>= "3.6.0" -
js_of_ocaml-ocamlbuild
build -
js_of_ocaml-lwt
>= "3.6.0" -
js_of_ocaml
>= "3.6.0" -
js_of_ocaml-compiler
>= "3.6.0" & < "5.9.0" -
ppxlib
>= "0.15.0" - ppx_deriving
- ocamlfind
-
ocaml
>= "4.08.0" & < "5.1"
Dev Dependencies
None
Used by (2)
-
ocsigen-start
= "4.5.0" -
ocsigen-toolkit
< "3.3.1"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page