this repo has no description
1opam-version: "2.0"
2synopsis: "DSL for SQL Queries in Caml"
3maintainer: "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" ]
12depends: [
13 "ocaml"
14 "ocamlfind" {build}
15 "pgocaml" {>= "2.2" & < "4.4.0"}
16 "oasis" {>= "0.4.4"}
17 "camlp4"
18]
19authors: "gabriel.scherer@gmail.com"
20url {
21 src: "https://github.com/ocsigen/macaque/archive/0.8.0.tar.gz"
22 checksum: [
23 "md5=368c955b6194acfb6bdc249981f991c1"
24 "sha512=9300296fde4a7c0a808a2f8cb915cf7c35cd2fa9e224213f1cab07a315638908d5e705b85dc68b4d85b5896489610004bca45ee325449d216b2c2036e90d80bf"
25 ]
26}