Skip to content

Commit

Permalink
[opam] Refactor deps as indicated by Kate.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Jun 14, 2022
1 parent bba10ee commit e74f0e1
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions ppx_import.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,13 @@ dev-repo: "git+https://github.com/ocaml-ppx/ppx_import.git"
tags: [ "syntax" ]

depends: [
(
"ocaml" {>= "4.05.0" & < "4.10.0" }
"ocaml" {>= "4.05.0" & < "4.10.0" }
| ("ocaml" {>= "4.10.0"}
"ppx_sexp_conv" {with-test & >= "v0.13.0"})
"dune" { >= "1.11.0" }
"ppxlib" { >= "0.26.0" }
"ounit" { with-test }
"ppx_deriving" { with-test & >= "4.2.1" }
)
|
(
"ocaml" { >= "4.10.0" }
"ppx_sexp_conv" { with-test & >= "v0.13.0" }
"dune" { >= "1.11.0" }
"ppxlib" { >= "0.26.0" }
"ounit" { with-test }
"ppx_deriving" { with-test & >= "4.2.1" }
)
]

build: [["dune" "build" "-p" name "-j" jobs]
Expand Down

0 comments on commit e74f0e1

Please sign in to comment.