We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdae511 commit a92e91cCopy full SHA for a92e91c
opam
@@ -1,22 +1,21 @@
1
opam-version: "2.0"
2
+name: "macaque"
3
+version: "0.8"
4
synopsis: "DSL for SQL Queries in Caml"
5
maintainer: "[email protected]"
6
homepage: "https://github.com/ocsigen/macaque"
7
bug-reports: "https://github.com/ocsigen/macaque/issues"
8
dev-repo: "git+https://github.com/ocsigen/macaque.git"
-version: "dev"
9
build: [
10
["./configure" "--prefix" prefix]
11
[make]
12
]
13
install: [ make "install" ]
-remove: [ "ocamlfind" "remove" "macaque" ]
14
depends: [
15
- "ocaml"
+ "ocaml" {< "4.09"}
16
"ocamlfind" {build}
17
"pgocaml" {>= "2.2"}
18
"oasis" {>= "0.4.4"}
19
"camlp4"
20
21
authors: "[email protected]"
22
-flags: light-uninstall
0 commit comments