opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: [make "-C" "src"]
remove: [["ocamlfind" "remove" "macaque"]]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "pgocaml" {< "2.0"}
  "camlp4"
  "ocamlbuild" {build}
]
install: [make "-C" "src" "install"]
synopsis:
  "Macaque (Macros for Caml Queries) is a DSL for OCaml, wich produce SQL requests from a comprehension syntax. Macaque can build queries by from simpler components, using phantom types used to ensure safety."
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/macaque/macaque/macaque-0.6.1/macaque-0.6.1.tar.gz"
  checksum: "md5=8a5ec0b908e4f3eaccec41fa0b64edde"
}
