Skip to content

Commit 5804798

Browse files
authored
Merge pull request #72 from ejgallego/opam+refactor_deps
[opam] Refactor deps as indicated by Kate.
2 parents bba10ee + e74f0e1 commit 5804798

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

ppx_import.opam

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,13 @@ dev-repo: "git+https://github.com/ocaml-ppx/ppx_import.git"
1111
tags: [ "syntax" ]
1212

1313
depends: [
14-
(
15-
"ocaml" {>= "4.05.0" & < "4.10.0" }
14+
"ocaml" {>= "4.05.0" & < "4.10.0" }
15+
| ("ocaml" {>= "4.10.0"}
16+
"ppx_sexp_conv" {with-test & >= "v0.13.0"})
1617
"dune" { >= "1.11.0" }
1718
"ppxlib" { >= "0.26.0" }
1819
"ounit" { with-test }
1920
"ppx_deriving" { with-test & >= "4.2.1" }
20-
)
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-
)
3021
]
3122

3223
build: [["dune" "build" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)