package ocsigen-start

  1. Overview
  2. 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

4.6.0.tar.gz
md5=47e99962b7188033c1c9624517deaaa7
sha512=57a8436a816e2cf0ff18a57ad17a3656498856f027d8c330f496bd4b20e2585b7b484b27c66ae050c484ded1f0619fc631d086568d61288225c511b8f6203a08

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: 03 Feb 2022

Dependencies (16)

  1. lwt < "5.7.0"
  2. re >= "1.7.2"
  3. ocamlnet
  4. conf-npm >= "1"
  5. cohttp-lwt-unix
  6. resource-pooling >= "1.0" & < "2.0"
  7. yojson >= "1.6.0"
  8. ocsigen-i18n >= "3.7.0"
  9. ocsigen-ppx-rpc
  10. ocsigen-toolkit >= "2.7.0"
  11. eliom >= "9.3.0" & < "10.0.0"
  12. ocsigen-i18n >= "4.0.0"
  13. safepass >= "3.0"
  14. pgocaml_ppx >= "4.0"
  15. pgocaml >= "4.0"
  16. ocaml >= "4.06.1"

Dev Dependencies

None

Used by

None

Conflicts

None