package zarr

  1. Overview
  2. No Docs
An Ocaml implementation of the Zarr V3 specification

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=df6bb0048a4479632c2867d5259c9b27
sha512=341b9db6910a90bb3663c36ae75afb84324c52980b7c6866809424f40cdcc4490eb1f606f5d2a3b1cc91e54671bb09cfc9feae3d9bb55474a66762658d26860c

Description

The Zarr library provides an OCaml implementation of the Zarr version 3 storage format specification for chunked & compressed multi-dimensional arrays, designed for use in parallel computing.

Tags

zarr chunked arrays zarr version 3

Published: 07 Sep 2024

Dependencies (6)

  1. checkseum >= "0.4.0"
  2. stdint >= "0.7.2"
  3. ezgzip >= "0.2.0"
  4. yojson >= "1.6.0"
  5. ocaml >= "4.14.0"
  6. dune >= "3.15"

Dev Dependencies (4)

  1. bisect_ppx dev & >= "2.5.0" & with-test
  2. ppx_deriving with-test
  3. ounit2 with-test
  4. odoc with-doc

Conflicts

None