Skip to content

Commit

Permalink
Use :with-dev-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Aug 28, 2024
1 parent d1d3cf0 commit 19d44b0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
16 changes: 12 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@
(depends
(ocaml
(>= 5.2))
(ocamlformat
(and
:with-dev-setup
(= 0.26.2)))
(bisect_ppx
(and
:dev
:with-dev-setup
(>= 2.8.3)))
(ppx_js_style
(and
:dev
:with-dev-setup
(>= v0.17)
(< v0.18)))
(sexplib0
Expand All @@ -43,13 +47,17 @@
(depends
(ocaml
(>= 5.2))
(ocamlformat
(and
:with-dev-setup
(= 0.26.2)))
(base
(and
(>= v0.17)
(< v0.18)))
(bisect_ppx
(and
:dev
:with-dev-setup
(>= 2.8.3)))
(eio
(>= 1.0))
Expand Down Expand Up @@ -85,7 +93,7 @@
(< v0.18)))
(ppx_js_style
(and
:dev
:with-dev-setup
(>= v0.17)
(< v0.18)))
(ppx_let
Expand Down
5 changes: 3 additions & 2 deletions provider-tests.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ bug-reports: "https://github.com/mbarbin/provider/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "5.2"}
"ocamlformat" {with-dev-setup & = "0.26.2"}
"base" {>= "v0.17" & < "v0.18"}
"bisect_ppx" {dev & >= "2.8.3"}
"bisect_ppx" {with-dev-setup & >= "2.8.3"}
"eio" {>= "1.0"}
"eio_main" {>= "1.0"}
"expect_test_helpers_core" {>= "v0.17" & < "v0.18"}
Expand All @@ -21,7 +22,7 @@ depends: [
"ppx_expect" {>= "v0.17" & < "v0.18"}
"ppx_hash" {>= "v0.17" & < "v0.18"}
"ppx_here" {>= "v0.17" & < "v0.18"}
"ppx_js_style" {dev & >= "v0.17" & < "v0.18"}
"ppx_js_style" {with-dev-setup & >= "v0.17" & < "v0.18"}
"ppx_let" {>= "v0.17" & < "v0.18"}
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
Expand Down
5 changes: 3 additions & 2 deletions provider.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ bug-reports: "https://github.com/mbarbin/provider/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "5.2"}
"bisect_ppx" {dev & >= "2.8.3"}
"ppx_js_style" {dev & >= "v0.17" & < "v0.18"}
"ocamlformat" {with-dev-setup & = "0.26.2"}
"bisect_ppx" {with-dev-setup & >= "2.8.3"}
"ppx_js_style" {with-dev-setup & >= "v0.17" & < "v0.18"}
"sexplib0" {>= "v0.17" & < "v0.18"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 19d44b0

Please sign in to comment.