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
6.9.1.tar.gz
md5=330e932ac2fd1db1778df6a6363c2c20
sha512=b6d69ac433a3762f7fa6450cda8250eb828f544368d596aed8348c430f9104a60d47321c527d4ec0c56a72fa99d9e9b548726080e8737fe60c0bec88fb090fbd
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: 12 Nov 2019
Dependencies (20)
- base-bytes
- sqlite3
- dbm
-
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" - lwt_ppx
- lwt_log
-
js_of_ocaml-tyxml
>= "3.3" & < "3.5" -
js_of_ocaml-ppx_deriving_json
>= "3.3" & < "3.5" -
js_of_ocaml-ppx
>= "3.3" & < "3.5" -
js_of_ocaml-ocamlbuild
build -
js_of_ocaml-lwt
>= "3.3" & < "3.5" -
js_of_ocaml
>= "3.3" & < "3.5" -
ppx_tools
>= "0.99.3" - ppx_deriving
- ocamlfind
-
ocaml
>= "4.07.1" & < "5.1"
Dev Dependencies
None
Used by (2)
-
ocsigen-start
!= "2.15.1" & < "2.16.0" -
ocsigen-toolkit
< "2.4.3"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page