Skip to content

Commit

Permalink
Update required packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed Jul 9, 2024
1 parent 3eb0420 commit aa31327
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

Expand Down
6 changes: 3 additions & 3 deletions zarr.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit aa31327

Please sign in to comment.