opam-version: "2.0"
maintainer: "dev@ocsigen.org"
homepage: "http://eliom.org"
build: [
  [
    "sh"
    "configure"
    "--prefix"
    prefix
    "--mandir"
    man
    "--docdir"
    "%{lib}%/eliom/doc"
    "--datadir"
    "%{lib}%/eliom/share"
  ]
  [make]
]
remove: [["rm" "-rf" "%{lib}%/eliom" "%{man}%/man1/eliomc.1" "%{man}%/man1/eliomopt.1" "%{man}%/man1/eliomcp.1" "%{man}%/man1/js_of_eliom.1" "%{man}%/man1/eliomdep.1" "%{man}%/man1/eliom-destillery.1"]]
depends: [
  "ocaml"
  "ocamlfind"
  "deriving-ocsigen"
  "js_of_ocaml" {>= "1.3" & < "2.0"}
  "calendar" {>= "2.00"}
  "tyxml" {< "3.2"}
  "ocsigenserver" {>= "2.2" & < "2.3.0"}
  "camlp4"
]
install: [make "install"]
synopsis:
  "Framework for programming web sites and client/server web applications"
description: """
Eliom is a framework for programming web sites and client/server web
applications. It uses very new concepts making programming very
different from all other web programming tools, and allowing to write
a complex web site in very few lines of code."""
flags: light-uninstall
extra-files: ["eliom.install" "md5=7e1265cb6dbb4ce59c7e2921686d37bd"]
url {
  src: "http://ocsigen.org/download/eliom-3.0.2.tar.gz"
  checksum: "md5=ce0681a712c2c8e1e5f03d4fa7d85a3e"
}
