···11+opam-version: "2.0"
22+authors: "dev@ocsigen.org"
33+maintainer: "dev@ocsigen.org"
44+synopsis: "Higher-level library for developing Web and mobile applications with users, registration, notifications, etc"
55+description: """
66+Ocsigen Start is a set of higher-level libraries for building client-server Web and mobile applications with Ocsigen (Js_of_ocaml and Eliom).
77+It provides modules for user management (session management, registration, activation keys, ...), managing groups of users, displaying tips, and easily sending notifications to the users.
88+Ocsigen Start comes with an eliom-distillery template for an app with a database, user management, and session management.
99+This template is intended to serve as a basis for quickly building the Minimum Viable Product for Web and mobile applications with users.
1010+The goal is to enable the programmer to concentrate on the core of the app, and not on user management.
1111+"""
1212+homepage: "https://ocsigen.org/ocsigen-start/"
1313+bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
1414+dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
1515+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1616+build: [ make "-j%{jobs}%" ]
1717+install: [ make "install" ]
1818+depends: [
1919+ "ocaml" {>= "4.08.1"}
2020+ "pgocaml" {>= "4.0"}
2121+ "pgocaml_ppx" {>= "4.0"}
2222+ "safepass" {>= "3.0"}
2323+ "ocsigen-i18n" {>= "4.0.0"}
2424+ "eliom" {>= "11.0.0" & < "12.0.0"}
2525+ "ocsigen-toolkit" {>= "2.7.0"}
2626+ "ocsigen-ppx-rpc"
2727+ "ocsigen-i18n" {>= "3.7.0"}
2828+ "yojson" {>= "1.6.0"}
2929+ "resource-pooling" {>= "1.0" & < "2.0"}
3030+ "cohttp-lwt-unix"
3131+ "js_of_ocaml" {>= "5.5.0"}
3232+ "re" {>= "1.7.2"}
3333+]
3434+depexts: [
3535+ ["imagemagick" "ruby-sass" "postgresql" "postgresql-common"] {os-family = "debian"}
3636+ ["postgresql" "md5sha1sum" "sassc"] {os = "macos" & os-distribution = "homebrew"}
3737+]
3838+url {
3939+ src:
4040+ "https://github.com/ocsigen/ocsigen-start/archive/refs/tags/7.1.0.tar.gz"
4141+ checksum: [
4242+ "md5=f61830f77712ae996e8fbd39a68a7e49"
4343+ "sha512=65cbb7a6dd66799a12cbc1628eeeb5ce627d61fbecf8deb2a1fa28f3fa0ee28ec8d6fd8505a95bf41910eedbadd956b5759e86d4bbdd9731a1246a1753f36e6f"
4444+ ]
4545+}