Skip to content

Commit cdae511

Browse files
author
Jan Rochel
committed
use opam 2.0 file format
1 parent bad6dbd commit cdae511

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

opam

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
opam-version: "1.2"
2-
1+
opam-version: "2.0"
2+
synopsis: "DSL for SQL Queries in Caml"
33
maintainer: "[email protected]"
44
homepage: "https://github.com/ocsigen/macaque"
55
bug-reports: "https://github.com/ocsigen/macaque/issues"
6-
dev-repo: "https://github.com/ocsigen/macaque.git"
6+
dev-repo: "git+https://github.com/ocsigen/macaque.git"
77
version: "dev"
88
build: [
99
["./configure" "--prefix" prefix]
@@ -12,8 +12,11 @@ build: [
1212
install: [ make "install" ]
1313
remove: [ "ocamlfind" "remove" "macaque" ]
1414
depends: [
15+
"ocaml"
1516
"ocamlfind" {build}
1617
"pgocaml" {>= "2.2"}
1718
"oasis" {>= "0.4.4"}
1819
"camlp4"
1920
]
21+
22+
flags: light-uninstall

0 commit comments

Comments
 (0)