package ocsigen-start

  1. Overview
  2. No Docs
An Eliom application skeleton ready to use to build your own application with users, (pre)registration, notifications, etc

Install

Dune Dependency

Authors

Maintainers

Sources

1.3.0.tar.gz
md5=298efa9bbb051537a1df7ba2d253f93d
sha512=42e1cb0222847e024d14e2e0206161e3b2597d9e1fed76ff3f384390b91cf36f2bdb094c7a63362edd3cd149a1ab752a4b42aae4f53d41d60043da067736d1d9

Description

Ocsigen Start is a set of higher-level libraries for building client-server web applications with Ocsigen (Js_of_ocaml and Eliom). It provides modules for user management (session management, registration, activation keys, ...), managing groups of users, displaying tips, and easily sending notifications to the users. Ocsigen Start comes with an eliom-distillery template for an app with a database, user management, and session management. This template is intended to serve as a basis for quickly building the Minimum Viable Product for web applications with users. The goal is to enable the programmer to concentrate on the core of the app, and not on user management.

Published: 29 Dec 2018

Dependencies (11)

  1. resource-pooling >= "0.5.2" & < "1.0"
  2. yojson >= "1.4.1"
  3. js_of_ocaml-camlp4 >= "3.1.0"
  4. js_of_ocaml < "3.4.0"
  5. ocsigen-toolkit >= "2.0.0"
  6. eliom >= "6.4.0" & < "6.8.0"
  7. ocsigen-i18n >= "3.1.0" & < "4.0.0"
  8. safepass >= "3.0"
  9. macaque >= "0.7.4"
  10. pgocaml >= "2.3"
  11. ocaml >= "4.06.1"

Dev Dependencies

None

Used by

None

Conflicts

None