opam-version: "2.0"
maintainer: "gabriel.scherer@gmail.com"
authors: "gabriel.scherer@gmail.com"
homepage: "https://github.com/ocsigen/macaque"
bug-reports: "https://github.com/ocsigen/macaque/issues"
dev-repo: "git+https://github.com/ocsigen/macaque.git"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "macaque"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "pgocaml" {>= "2.2"}
  "oasis" {build & >= "0.4.4"}
  "camlp4"
]
synopsis:
  "Macaque (Macros for Caml Queries) is a DSL for OCaml, which produces"
description: """
SQL requests from a comprehension syntax. Macaque can build queries
from simpler components, using phantom types to ensure safety."""
flags: light-uninstall
url {
  src: "https://github.com/ocsigen/macaque/archive/0.7.4.tar.gz"
  checksum: "md5=5c7e0c9526146d94bae34e3a065bede9"
}
