opam-version: "2.0"
authors: "dev@ocsigen.org"
maintainer: "dev@ocsigen.org"
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"
build: [ make ]
install: [ make "install" ]
remove: [ make "uninstall" ]
depends: [
  "ocaml" {>= "4.03"}
  "pgocaml" {>= "2.3"}
  "macaque" {>= "0.7.4"}
  "safepass"
  "ocsigen-i18n" {>= "3.1.0"}
  "eliom" {= "6.3.0"}
  "ocsigen-toolkit" {>= "1.1"}
  "js_of_ocaml-camlp4"
  "yojson"
  "lwt" {< "4.0.0"}
  "lwt_log"
  "js_of_ocaml" {< "3.3.0"}
]
depexts: [
  ["imagemagick"] {os-family = "debian"}
  ["ruby-sass"] {os-family = "debian"}
  ["postgresql"] {os-family = "debian"}
  ["postgresql-common"] {os-family = "debian"}
  ["postgresql"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "Skeleton for building client-server Eliom applications"
description: "(with users, notifications, etc.)"
url {
  src: "https://github.com/ocsigen/ocsigen-start/archive/1.1.0.tar.gz"
  checksum: "md5=543cd2feaddcb98937b19465fb832ea4"
}
