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.4.0.tar.gz
md5=d06baef4915ae084235ef0dea5201dc1
sha512=a3935112cb37e84acc2b2fb6d75ab11a31acc25ead694afe26cf28b2b95ca2046d665e195ff2902457fdb0e5a6449d7b4f3b7be3108bfdb76be4ed5477aeee73

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: 09 Sep 2019

Dependencies (18)

  1. re >= "1.7.2"
  2. lwt_camlp4
  3. ocamlnet
  4. conf-npm >= "1"
  5. cohttp-lwt-unix
  6. resource-pooling >= "0.5.2" & < "1.0"
  7. yojson >= "1.6.0"
  8. js_of_ocaml-ppx_deriving_json < "3.5.0"
  9. js_of_ocaml-ppx < "3.6.0"
  10. js_of_ocaml-camlp4 >= "3.1.0"
  11. js_of_ocaml >= "3.4.0"
  12. ocsigen-toolkit >= "2.3.1"
  13. eliom >= "6.4.0" & < "7.0.0"
  14. ocsigen-i18n >= "3.1.0" & < "4.0.0"
  15. safepass >= "3.0"
  16. macaque >= "0.7.4"
  17. pgocaml >= "3.1"
  18. ocaml >= "4.06.1"

Dev Dependencies

None

Used by

None

Conflicts

None