opam-version: "2.0"
maintainer: "Dario Teixeira <dario.teixeira@nleyten.com>"
authors: ["Dario Teixeira <dario.teixeira@nleyten.com>"]
homepage: "http://litiom.forge.ocamlcore.org/"
bug-reports: "https://github.com/darioteixeira/litiom/issues"
dev-repo: "git+https://github.com/darioteixeira/litiom.git"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
  ["./configure" "--prefix" prefix "--docdir" "%{doc}%/litiom"]
  [make]
  [make "doc"]
]
remove: [["ocamlfind" "remove" "litiom"]]
depends: [
  "ocaml"
  "ocamlfind"
  "eliom" {>= "3" & < "4"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Extensions to Ocsigen's Eliom."
description: """
Litiom aims to complement Eliom, the web programming framework part of the Ocsigen project.
Litiom is basically a repository for modules offering high-level constructs for web programming.
Presently, the library contains only the Litiom_type module, which contains facilities for
improving modularity and abstraction in Eliom applications."""
flags: light-uninstall
url {
  src: "https://download.ocamlcore.org/litiom/litiom/2.1/litiom-2.1.tgz"
  checksum: "md5=14a0d67d6ba1d54d6b18c74eeac6c75d"
}
