We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bba10ee + e74f0e1 commit 5804798Copy full SHA for 5804798
ppx_import.opam
@@ -11,22 +11,13 @@ dev-repo: "git+https://github.com/ocaml-ppx/ppx_import.git"
11
tags: [ "syntax" ]
12
13
depends: [
14
- (
15
- "ocaml" {>= "4.05.0" & < "4.10.0" }
+ "ocaml" {>= "4.05.0" & < "4.10.0" }
+| ("ocaml" {>= "4.10.0"}
16
+ "ppx_sexp_conv" {with-test & >= "v0.13.0"})
17
"dune" { >= "1.11.0" }
18
"ppxlib" { >= "0.26.0" }
19
"ounit" { with-test }
20
"ppx_deriving" { with-test & >= "4.2.1" }
- )
21
- |
22
23
- "ocaml" { >= "4.10.0" }
24
- "ppx_sexp_conv" { with-test & >= "v0.13.0" }
25
- "dune" { >= "1.11.0" }
26
- "ppxlib" { >= "0.26.0" }
27
- "ounit" { with-test }
28
- "ppx_deriving" { with-test & >= "4.2.1" }
29
30
]
31
32
build: [["dune" "build" "-p" name "-j" jobs]
0 commit comments