Skip to content

Commit

Permalink
release 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Rochel committed Nov 18, 2019
1 parent cdae511 commit a92e91c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions opam
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
opam-version: "2.0"
name: "macaque"
version: "0.8"
synopsis: "DSL for SQL Queries in Caml"
maintainer: "[email protected]"
homepage: "https://github.com/ocsigen/macaque"
bug-reports: "https://github.com/ocsigen/macaque/issues"
dev-repo: "git+https://github.com/ocsigen/macaque.git"
version: "dev"
build: [
["./configure" "--prefix" prefix]
[make]
]
install: [ make "install" ]
remove: [ "ocamlfind" "remove" "macaque" ]
depends: [
"ocaml"
"ocaml" {< "4.09"}
"ocamlfind" {build}
"pgocaml" {>= "2.2"}
"oasis" {>= "0.4.4"}
"camlp4"
]
authors: "[email protected]"
flags: light-uninstall

0 comments on commit a92e91c

Please sign in to comment.