this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #20635 from jrochel/opam-publish-ocsigen-start.4.6.0

Package ocsigen-start.4.6.0

authored by

Marcello Seri and committed by
GitHub
8c25d2c6 094bd21a

+45
+45
packages/ocsigen-start/ocsigen-start.4.6.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "dev@ocsigen.org" 3 + maintainer: "dev@ocsigen.org" 4 + synopsis: "An Eliom application skeleton ready to use to build your own application with users, (pre)registration, notifications, etc" 5 + description: """ 6 + Ocsigen Start is a set of higher-level libraries for building client-server web applications with Ocsigen (Js_of_ocaml and Eliom). 7 + It provides modules for user management (session management, registration, activation keys, ...), managing groups of users, displaying tips, and easily sending notifications to the users. 8 + Ocsigen Start comes with an eliom-distillery template for an app with a database, user management, and session management. 9 + This template is intended to serve as a basis for quickly building the Minimum Viable Product for web applications with users. 10 + The goal is to enable the programmer to concentrate on the core of the app, and not on user management. 11 + """ 12 + homepage: "https://ocsigen.org/ocsigen-start/" 13 + bug-reports: "https://github.com/ocsigen/ocsigen-start/issues" 14 + dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git" 15 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 16 + build: [ make "-j%{jobs}%" ] 17 + install: [ make "install" ] 18 + depends: [ 19 + "ocaml" {>= "4.06.1"} 20 + "pgocaml" {>= "4.0"} 21 + "pgocaml_ppx" {>= "4.0"} 22 + "safepass" {>= "3.0"} 23 + "ocsigen-i18n" {>= "4.0.0"} 24 + "eliom" {>= "9.3.0" & < "10.0.0"} 25 + "ocsigen-toolkit" {>= "2.7.0"} 26 + "ocsigen-ppx-rpc" 27 + "ocsigen-i18n" {>= "3.7.0"} 28 + "yojson" {>= "1.6.0"} 29 + "resource-pooling" {>= "1.0" & < "2.0"} 30 + "cohttp-lwt-unix" 31 + "conf-npm" {>= "1"} 32 + "ocamlnet" 33 + "re" {>= "1.7.2"} 34 + ] 35 + depexts: [ 36 + ["imagemagick" "ruby-sass" "postgresql" "postgresql-common"] {os-family = "debian"} 37 + ["postgresql" "md5sha1sum" "sassc"] {os = "macos" & os-distribution = "homebrew"} 38 + ] 39 + url { 40 + src: "https://github.com/ocsigen/ocsigen-start/archive/4.6.0.tar.gz" 41 + checksum: [ 42 + "md5=47e99962b7188033c1c9624517deaaa7" 43 + "sha512=57a8436a816e2cf0ff18a57ad17a3656498856f027d8c330f496bd4b20e2585b7b484b27c66ae050c484ded1f0619fc631d086568d61288225c511b8f6203a08" 44 + ] 45 + }