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.7.0.tar.gz
md5=12e5dc565b5684b973fc8a8c0f0170b6
sha512=b02f20bc35d8999d779c3d3240e238fc28d4ca642e608d44eb502ce34e0099d207415fae2b7921838937f25330245ad152a84f8c5ccb8844fb7ebfdcff5651f1

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: 30 Apr 2019

Dependencies (13)

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

Dev Dependencies

None

Used by

None

Conflicts

None