From aa313278c954f050a0e6d18c76f9196021b5cc5c Mon Sep 17 00:00:00 2001 From: Zolisa Bleki Date: Tue, 9 Jul 2024 20:33:00 +0200 Subject: [PATCH] Update required packages. --- dune-project | 8 ++++---- zarr.opam | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dune-project b/dune-project index 3f69e7e1..3cee8595 100644 --- a/dune-project +++ b/dune-project @@ -23,15 +23,15 @@ dune (ocaml (>= 4.14.2)) yojson - ppx_deriving_yojson + ppx_deriving ezgzip - checkseum + owl stdint + checkseum (ounit2 :with-test) (odoc :with-doc) (bisect_ppx - (and :dev (>= 2.5.0) :with-test)) - owl) + (and :dev (>= 2.5.0) :with-test))) (tags (topics "to describe" your project))) diff --git a/zarr.opam b/zarr.opam index a5364989..4735c344 100644 --- a/zarr.opam +++ b/zarr.opam @@ -13,14 +13,14 @@ depends: [ "dune" {>= "3.15"} "ocaml" {>= "4.14.2"} "yojson" - "ppx_deriving_yojson" + "ppx_deriving" "ezgzip" - "checkseum" + "owl" "stdint" + "checkseum" "ounit2" {with-test} "odoc" {with-doc} "bisect_ppx" {dev & >= "2.5.0" & with-test} - "owl" ] build: [ ["dune" "subst"] {dev}