this repo has no description
0
fork

Configure Feed

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

Merge pull request #26468 from balat/opam-publish-ocsigen-start.7.0.0

Package ocsigen-start.7.0.0

authored by

Shon Feder and committed by
GitHub
d06a5758 438340cc

+45
+45
packages/ocsigen-start/ocsigen-start.7.0.0/opam
··· 1 + opam-version: "2.0" 2 + authors: "dev@ocsigen.org" 3 + maintainer: "dev@ocsigen.org" 4 + synopsis: "Higher-level library for developing Web and mobile applications with users, registration, notifications, etc" 5 + description: """ 6 + Ocsigen Start is a set of higher-level libraries for building client-server Web and mobile 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 and mobile 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 + available: arch != "x86_32" & arch != "arm32" 19 + depends: [ 20 + "ocaml" {>= "4.08.1"} 21 + "pgocaml" {>= "4.0"} 22 + "pgocaml_ppx" {>= "4.0"} 23 + "safepass" {>= "3.0"} 24 + "ocsigen-i18n" {>= "4.0.0"} 25 + "eliom" {>= "11.0.0" & < "12.0.0"} 26 + "ocsigen-toolkit" {>= "2.7.0"} 27 + "ocsigen-ppx-rpc" 28 + "ocsigen-i18n" {>= "3.7.0"} 29 + "yojson" {>= "1.6.0"} 30 + "resource-pooling" {>= "1.0" & < "2.0"} 31 + "cohttp-lwt-unix" 32 + "re" {>= "1.7.2"} 33 + ] 34 + depexts: [ 35 + ["imagemagick" "ruby-sass" "postgresql" "postgresql-common"] {os-family = "debian"} 36 + ["postgresql" "md5sha1sum" "sassc"] {os = "macos" & os-distribution = "homebrew"} 37 + ] 38 + url { 39 + src: 40 + "https://github.com/ocsigen/ocsigen-start/archive/refs/tags/7.0.0.tar.gz" 41 + checksum: [ 42 + "md5=6d93a472dc41729c7f2b2dc12f66c59d" 43 + "sha512=c3877eddd499cebd8b02465d41f38e01f50b64d831d65aa0f9e58d729fc4cdb22c2e0b7d8e398a53cfe70ecb9b9342b7789d6dbd51900310c8afb2d2801e38d4" 44 + ] 45 + }