this repo has no description
1opam-version: "2.0"
2maintainer: "gabriel.scherer@gmail.com"
3authors: "gabriel.scherer@gmail.com"
4homepage: "https://github.com/ocsigen/macaque"
5bug-reports: "https://github.com/ocsigen/macaque/issues"
6dev-repo: "git+https://github.com/ocsigen/macaque.git"
7build: [
8 ["./configure" "--prefix" prefix]
9 [make]
10]
11install: [make "install"]
12remove: ["ocamlfind" "remove" "macaque"]
13depends: [
14 "ocaml"
15 "ocamlfind" {build}
16 "pgocaml" {>= "2.2" & < "4.4.0"}
17 "oasis" {build & >= "0.4.4"}
18 "camlp4"
19]
20synopsis:
21 "Macaque (Macros for Caml Queries) is a DSL for OCaml, which produces"
22description: """
23SQL requests from a comprehension syntax. Macaque can build queries
24from simpler components, using phantom types to ensure safety."""
25flags: light-uninstall
26url {
27 src: "https://github.com/ocsigen/macaque/archive/0.7.4.tar.gz"
28 checksum: [
29 "sha256=16629ee969aa02d7e0b01b98d6b0c9f19e32b91672c2ebc432d30ee522ae5352"
30 "md5=5c7e0c9526146d94bae34e3a065bede9"
31 ]
32}