Skip to content

Commit aa31327

Browse files
committed
Update required packages.
1 parent 3eb0420 commit aa31327

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

dune-project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
dune
2424
(ocaml (>= 4.14.2))
2525
yojson
26-
ppx_deriving_yojson
26+
ppx_deriving
2727
ezgzip
28-
checkseum
28+
owl
2929
stdint
30+
checkseum
3031
(ounit2 :with-test)
3132
(odoc :with-doc)
3233
(bisect_ppx
33-
(and :dev (>= 2.5.0) :with-test))
34-
owl)
34+
(and :dev (>= 2.5.0) :with-test)))
3535
(tags
3636
(topics "to describe" your project)))
3737

zarr.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ depends: [
1313
"dune" {>= "3.15"}
1414
"ocaml" {>= "4.14.2"}
1515
"yojson"
16-
"ppx_deriving_yojson"
16+
"ppx_deriving"
1717
"ezgzip"
18-
"checkseum"
18+
"owl"
1919
"stdint"
20+
"checkseum"
2021
"ounit2" {with-test}
2122
"odoc" {with-doc}
2223
"bisect_ppx" {dev & >= "2.5.0" & with-test}
23-
"owl"
2424
]
2525
build: [
2626
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)