Skip to content

Commit 310900d

Browse files
author
Jan Rochel
committed
opam 2; upper version bounds
1 parent 8fb81d7 commit 310900d

File tree

4 files changed

+38
-39
lines changed

4 files changed

+38
-39
lines changed

opam

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
opam-version: "2.0"
2+
name: "ocsigen-start"
3+
version: "1.1.0"
4+
5+
maintainer: "[email protected]"
6+
synopsis: "An Eliom application skeleton ready to use to build your own application with users, (pre)registration, notifications, etc"
7+
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."
8+
homepage: "https://ocsigen.org/ocsigen-start/"
9+
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
10+
dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
11+
license: "LGPL-2.1 with OCaml linking exception"
12+
build: [ make "-j%{jobs}%" ]
13+
install: [ make "install" ]
14+
remove: [ make "uninstall" ]
15+
depends: [
16+
"ocaml" {>= "4.03"}
17+
"pgocaml" {>= "2.3"}
18+
"macaque" {>= "0.7.4"}
19+
"safepass"
20+
"ocsigen-i18n" {>= "3.1.0"}
21+
"eliom" {>= "6.3.1" < "6.4"}
22+
"ocsigen-toolkit" {>= "1.1.1" < "2.0"}
23+
"js_of_ocaml-camlp4"
24+
"yojson"
25+
"resource-pooling" {>= "0.5.2"}
26+
]
27+
depexts: [
28+
["imagemagick"] {os-distribution = "debian"}
29+
["ruby-sass"] {os-distribution = "debian"}
30+
["postgresql"] {os-distribution = "debian"}
31+
["postgresql-common"] {os-distribution = "debian"}
32+
["imagemagick"] {os-distribution = "ubuntu"}
33+
["ruby-sass"] {os-distribution = "ubuntu"}
34+
["postgresql"] {os-distribution = "ubuntu"}
35+
["postgresql-common"] {os-distribution = "ubuntu"}
36+
["npm"] {os-distribution = "ubuntu"}
37+
["postgresql"] {os = "macos" & os-distribution = "homebrew"}
38+
]

opam/descr

Lines changed: 0 additions & 3 deletions
This file was deleted.

opam/opam

Lines changed: 0 additions & 33 deletions
This file was deleted.

opam/url

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)