Skip to content

Commit

Permalink
Merge pull request #72 from ejgallego/opam+refactor_deps
Browse files Browse the repository at this point in the history
[opam] Refactor deps as indicated by Kate.
  • Loading branch information
ejgallego authored Jun 14, 2022
2 parents bba10ee + e74f0e1 commit 5804798
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 5804798

Please sign in to comment.