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 bad6dbd commit cdae511Copy full SHA for cdae511
opam
@@ -1,9 +1,9 @@
1
-opam-version: "1.2"
2
-author: "[email protected]"
+opam-version: "2.0"
+synopsis: "DSL for SQL Queries in Caml"
3
maintainer: "[email protected]"
4
homepage: "https://github.com/ocsigen/macaque"
5
bug-reports: "https://github.com/ocsigen/macaque/issues"
6
-dev-repo: "https://github.com/ocsigen/macaque.git"
+dev-repo: "git+https://github.com/ocsigen/macaque.git"
7
version: "dev"
8
build: [
9
["./configure" "--prefix" prefix]
@@ -12,8 +12,11 @@ build: [
12
install: [ make "install" ]
13
remove: [ "ocamlfind" "remove" "macaque" ]
14
depends: [
15
+ "ocaml"
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