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.0.tar.gz
md5=751c7694342581bdc7ddb2d24f9f5314
sha512=354b4761f27fbc792ba390c2d2039a6470e7c77e0746440dec5f46dd5296dd699c03fba65f1d216f2c42c2f4f508c6976adfae9d4a393f658c1f34873087f22a

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 (17)

  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. js_of_ocaml-ppx < "3.6.0"
  8. js_of_ocaml-camlp4 >= "3.1.0"
  9. js_of_ocaml-compiler >= "3.4.0" & < "3.5.0"
  10. js_of_ocaml >= "3.4.0"
  11. ocsigen-toolkit >= "2.3.1"
  12. eliom >= "6.4.0" & < "7.0.0"
  13. ocsigen-i18n >= "3.1.0" & < "4.0.0"
  14. safepass >= "3.0"
  15. pgocaml_ppx >= "4.0"
  16. pgocaml >= "4.0"
  17. ocaml >= "4.06.1"

Dev Dependencies

None

Used by

None

Conflicts

None