Skip to content

Commit

Permalink
Make ppx_deriving a test-only requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed Jul 11, 2024
1 parent cbe7efe commit ef185d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
dune
(ocaml (>= 4.14.2))
yojson
ppx_deriving
ezgzip
owl
stdint
checkseum
(ounit2 :with-test)
(odoc :with-doc)
(ounit2 :with-test)
(ppx_deriving :with-test)
(bisect_ppx
(and :dev (>= 2.5.0) :with-test)))
(tags
Expand Down
3 changes: 0 additions & 3 deletions lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
checkseum)
(ocamlopt_flags
(:standard -O3))
(preprocess
(pps
ppx_deriving.show))
(instrumentation
(backend bisect_ppx)))

Expand Down
4 changes: 2 additions & 2 deletions zarr.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ depends: [
"dune" {>= "3.15"}
"ocaml" {>= "4.14.2"}
"yojson"
"ppx_deriving"
"ezgzip"
"owl"
"stdint"
"checkseum"
"ounit2" {with-test}
"odoc" {with-doc}
"ounit2" {with-test}
"ppx_deriving" {with-test}
"bisect_ppx" {dev & >= "2.5.0" & with-test}
]
build: [
Expand Down

0 comments on commit ef185d5

Please sign in to comment.