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.5.0.tar.gz
md5=32eca767c429644bbb7ad00da19ad576
sha512=10cf41e98a025a448c32835c2d1e76a44db853d575c2df2d61a6989ae00d4f8ae10fdf6a21a4d10bb3c3a3e3fb31885b8b1ff743d1518516cdf860430b09d183

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: 17 Jan 2019

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