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.2.0"}
  "ocsigen-toolkit" {>= "0.99" & <= "1.0.0"}
  "yojson"
]
depexts: [
  ["imagemagick"] {os-family = "debian"}
  ["ruby-sass"] {os-family = "debian"}
  ["postgresql"] {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.0.0.tar.gz"
  checksum: "md5=e91f98456781c48dc20cf3832a1e72e7"
}
