Skip to content

Commit a92e91c

Browse files
author
Jan Rochel
committed
release 0.8
1 parent cdae511 commit a92e91c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

opam

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
opam-version: "2.0"
2+
name: "macaque"
3+
version: "0.8"
24
synopsis: "DSL for SQL Queries in Caml"
35
maintainer: "[email protected]"
46
homepage: "https://github.com/ocsigen/macaque"
57
bug-reports: "https://github.com/ocsigen/macaque/issues"
68
dev-repo: "git+https://github.com/ocsigen/macaque.git"
7-
version: "dev"
89
build: [
910
["./configure" "--prefix" prefix]
1011
[make]
1112
]
1213
install: [ make "install" ]
13-
remove: [ "ocamlfind" "remove" "macaque" ]
1414
depends: [
15-
"ocaml"
15+
"ocaml" {< "4.09"}
1616
"ocamlfind" {build}
1717
"pgocaml" {>= "2.2"}
1818
"oasis" {>= "0.4.4"}
1919
"camlp4"
2020
]
2121
22-
flags: light-uninstall

0 commit comments

Comments
 (0)