this repo has no description

Merge pull request #20841 from jrochel/opam-publish-ocsigen-start.6.0.1

Package ocsigen-start.6.0.1

Kate fd55cd23 79b79269

Changed files
+45
packages
ocsigen-start
ocsigen-start.6.0.1
+45
packages/ocsigen-start/ocsigen-start.6.0.1/opam
···
···
+
opam-version: "2.0"
+
authors: "dev@ocsigen.org"
+
maintainer: "dev@ocsigen.org"
+
synopsis: "An Eliom application skeleton ready to use to build your own application with users, (pre)registration, notifications, etc"
+
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.
+
"""
+
homepage: "https://ocsigen.org/ocsigen-start/"
+
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
+
dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
+
build: [ make "-j%{jobs}%" ]
+
install: [ make "install" ]
+
depends: [
+
"ocaml" {>= "4.06.1"}
+
"pgocaml" {>= "4.0"}
+
"pgocaml_ppx" {>= "4.0"}
+
"safepass" {>= "3.0"}
+
"ocsigen-i18n" {>= "4.0.0"}
+
"eliom" {>= "9.3.0" & < "10.0.0"}
+
"ocsigen-toolkit" {>= "2.7.0"}
+
"ocsigen-ppx-rpc"
+
"ocsigen-i18n" {>= "3.7.0"}
+
"yojson" {>= "1.6.0"}
+
"resource-pooling" {>= "1.0" & < "2.0"}
+
"cohttp-lwt-unix"
+
"conf-npm" {>= "1"}
+
"ocamlnet"
+
"re" {>= "1.7.2"}
+
]
+
depexts: [
+
["imagemagick" "ruby-sass" "postgresql" "postgresql-common"] {os-family = "debian"}
+
["postgresql" "md5sha1sum" "sassc"] {os = "macos" & os-distribution = "homebrew"}
+
]
+
url {
+
src: "https://github.com/ocsigen/ocsigen-start/archive/6.0.1.tar.gz"
+
checksum: [
+
"md5=4cee692834c36937625ceda7e3c3a914"
+
"sha512=b4c300225cb8c3b416696f8385b83964ffef3bd1409581a4e4513680e8c20fae1d3bed71e56b4d298626e31cdd527ea438b790eb7d65419b2d10becabdcdb571"
+
]
+
}