summaryrefslogtreecommitdiff
path: root/cppo_ocamlbuild.opam
diff options
context:
space:
mode:
Diffstat (limited to 'cppo_ocamlbuild.opam')
-rw-r--r--cppo_ocamlbuild.opam28
1 files changed, 16 insertions, 12 deletions
diff --git a/cppo_ocamlbuild.opam b/cppo_ocamlbuild.opam
index 96f1fdb..bb43c71 100644
--- a/cppo_ocamlbuild.opam
+++ b/cppo_ocamlbuild.opam
@@ -1,21 +1,19 @@
+# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
-maintainer: "martin@mjambon.com"
-authors: "Martin Jambon"
-license: "BSD-3-Clause"
-homepage: "https://github.com/ocaml-community/cppo"
-doc: "https://ocaml-community.github.io/cppo/"
-bug-reports: "https://github.com/ocaml-community/cppo/issues"
-depends: [
- "ocaml"
- "dune" {>= "1.0"}
- "ocamlbuild"
- "ocamlfind"
-]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+ ["dune" "build" "-p" name "@doc"] {with-doc}
+]
+maintainer: [
+ "Martin Jambon <martin@mjambon.com>" "Yishuai Li <yishuai@upenn.edu>"
]
+authors: ["Martin Jambon"]
+bug-reports: "https://github.com/ocaml-community/cppo/issues"
+homepage: "https://github.com/ocaml-community/cppo"
+doc: "https://ocaml-community.github.io/cppo"
+license: "BSD-3-Clause"
dev-repo: "git+https://github.com/ocaml-community/cppo.git"
synopsis: "Plugin to use cppo with ocamlbuild"
description: """
@@ -24,3 +22,9 @@ This ocamlbuild plugin lets you use cppo in ocamlbuild projects.
To use it, you can call ocamlbuild with the argument `-plugin-tag
package(cppo_ocamlbuild)` (only since ocaml 4.01 and cppo >= 0.9.4).
"""
+depends: [
+ "ocaml"
+ "dune" {>= "1.10"}
+ "ocamlbuild"
+ "ocamlfind"
+]