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.15.1.tar.gz
md5=053045e38e68588956ca5ddafb69e2b5
sha512=c67e4ca0bb1f0ac3ca7410b2b71023b9e3e47b0fd5bb219c2cfdf6116d89465f7345ef8888bdc3e1f6e7b6ff5bd50a4f594e8069fe3e71e1266e9bb18b2f1ec8

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: 20 Jan 2020

Dependencies (14)

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

Dev Dependencies

None

Used by

None

Conflicts

None