opam-version: "2.0"
maintainer: "Max Mouratov <mmouratov@gmail.com>"
homepage: "https://github.com/cakeplus/pa_comprehension/"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
  ["ocaml" "setup.ml" "-configure"]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "pa_where"]]
depends: [
  "ocaml"
  "ocamlfind"
  "camlp4"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/cakeplus/pa_where"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Backward declaration syntax"
description: """
Pa_where provides a syntax for backward declarations (allowing a
top-to-bottom declarative style), using the "where" keyword.
Local definitions in expressions and toplevel definitions are both supported."""
flags: light-uninstall
url {
  src: "https://github.com/cakeplus/pa_where/archive/0.4.tar.gz"
  checksum: "md5=714f53dde03930b06caa6d0981b69a29"
}
