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

2.18.0.tar.gz
md5=44bbf4f0c6f6f7465d4086f9b0a12a1b
sha512=032466771d15c5ea7b255b22791dec17fa3f3d35bdfe43649e5c759486806ba4bc3014db958a5194c90a973fd066bdf23e3c7599ec7c1278aa930f7bde3fb557

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: 01 May 2020

Dependencies (13)

  1. re >= "1.7.2"
  2. ocamlnet
  3. conf-npm >= "1"
  4. cohttp-lwt-unix
  5. resource-pooling >= "1.0" & < "2.0"
  6. yojson >= "1.6.0"
  7. ocsigen-toolkit >= "2.7.0"
  8. eliom >= "6.10.1" & < "7.0.0"
  9. ocsigen-i18n >= "3.1.0" & < "4.0.0"
  10. safepass >= "3.0"
  11. pgocaml_ppx >= "4.0"
  12. pgocaml >= "4.0"
  13. ocaml >= "4.06.1"

Dev Dependencies

None

Used by

None

Conflicts

None