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.6.0.tar.gz
md5=7731812f8fab5fee1c5e2ff9d9b5157a
sha512=47c51b239ce34b8de0d2b42bac0fcd8fdf6de21bc77c8be0d2394cdcb87e3d368669d2937009b7d4783cf4895fc724775044ae6ee1b6dd31e06b23e29d95ad44

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: 02 Apr 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 >= "3.1"
  11. ocaml >= "4.06.1"

Dev Dependencies

None

Used by

None

Conflicts

None