CI: + 4.07
[sqlgg.git] / opam
blob31372f53f9588177adec3253bb0c24eb3bc96744
1 opam-version: "1.2"
2 maintainer: "ygrek@autistici.org"
3 authors: ["ygrek"]
4 homepage: "http://ygrek.org.ua/p/sqlgg/"
5 dev-repo: "https://github.com/ygrek/sqlgg.git"
6 bug-reports: "https://github.com/ygrek/sqlgg/issues"
7 build: [
8   ["ocaml" "setup.ml" "-configure" "--enable-tests" "--%{mysql:enable}%-mysql" "--%{sqlite3:enable}%-sqlite3" "--prefix" prefix]
9   ["ocaml" "setup.ml" "-build"]
11 build-test: [
12   ["ocaml" "setup.ml" "-test"]
14 install: [
15   ["ocaml" "setup.ml" "-install"]
17 remove: [
18   ["ocamlfind" "remove" "sqlgg"]
19   ["rm" "-f" "%{bin}%/sqlgg" "%{bin}%/sqlgg.exe"]
21 depends: [
22   "ocamlfind" {build}
23   "ocamlbuild" {build}
24   "mybuild" {build}
25   "menhir"
26   "ppx_deriving"
27   ("extlib" | "extlib-compat")
28   "base-unix"
29   "ounit"
31 depopts: [
32   "mysql"
33   "sqlite3"
35 available: [ocaml-version >= "4.02.0"]