package eliom
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
Dune Dependency
Authors
Maintainers
Sources
md5=a1fe1f37d5163c25818afcc5ca8d6ecf
sha512=4ac91ff05bb43eea5d5e1e046bc54a0c97707db28be3c2f65437fbb1b3457171f715105f7f0621837494c014dc05473f26bc919483b0e47d394a2bbe19b319a7
Description
Eliom is a framework for implementing Web sites and client/server Web and mobile applications. It uses advanced concepts to simplify the implementation of common behaviors (e.g. scoped sessions, continuation based Web programming ...). It uses advanced static typing features of OCaml to check many properties of the Web application at compile-time (html, page parameters ...). Eliom allows implementing the whole application as a single program that includes both the client and the server code. For example, you can implement event handlers (onclick ...) directly in OCaml, and you can call a server-side OCaml function from the client. Pages are generated either on the server or the client. These client-side features remain compatible with traditional Web programming (links, forms, URLs, bookmarks, sessions ...). It is possible to generate mobile applications for Android and iOS with the exact same code as your Web application. The client-side code is compiled to JS using Ocsigen Js_of_ocaml or to Wasm using Wasm_of_ocaml.
Published: 08 Nov 2024
Dependencies (22)
-
xml-light
>= "2.5"
- ppx_optcomp
-
ocsipersist
>= "2.0" & < "3.0"
- base-bytes
-
reactiveData
>= "0.2.1"
-
ipaddr
>= "2.1"
-
ocsigenserver
>= "6.0.0" & < "7.0.0"
-
tyxml
>= "4.6.0" & < "4.7.0"
-
lwt_ppx
>= "1.2.3"
- lwt_log
-
js_of_ocaml-tyxml
>= "5.5.0"
-
js_of_ocaml-ppx_deriving_json
>= "5.5.0"
-
js_of_ocaml-ppx
>= "5.5.0"
-
js_of_ocaml-ocamlbuild
build
-
js_of_ocaml-lwt
>= "5.5.0"
-
js_of_ocaml
>= "5.5.0"
-
js_of_ocaml-compiler
>= "5.5.0"
-
ppxlib
>= "0.15.0"
- ppx_deriving
- ocamlfind
-
ocaml
>= "4.12.0"
-
dune
>= "3.6"
Dev Dependencies (1)
-
odoc
with-doc
Used by (2)
-
ocsigen-start
>= "7.0.0"
-
ocsigen-toolkit
>= "1.1.0"
Conflicts
None