Skip to content

Commit 9af2283

Browse files
Merge pull request #115 from zoj613/add_zarr-ml
Add an Ocaml Zarr V3 implementation.
2 parents 7d9ee5b + a08e4d2 commit 9af2283

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

implementations/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ domains, including geospatial, bio-imaging, genomics, data science, and HPC.
1616
Implementations are listed (in alphabetical order) as follows:<br><br>
1717
</font>
1818

19-
| C | C++ | Java | Javascript | Julia | Python | R | Rust |
20-
|------------|----------------|---------------|---------------|-----------|---------------|-----------|-----------|
21-
| [NetCDF-C] | [GDAL] | [JZarr] | [Zarr.js] | [Zarr.jl] | [Zarr-Python] | [Rarr] | [Rust-N5] |
22-
| | [Tensorstore] | [N5-Zarr] | [Zarr-js] | | [Zarrita] | [Pizzarr] | [Zarr] |
23-
| | [Xtensor-Zarr] | [NetCDF-Java] | [Zarrita.js] | | | | [Zarrs] |
24-
| | [Z5] | | | | | | |
19+
| C | C++ | Java | Javascript | Julia | OCaml | Python | R | Rust |
20+
|------------|----------------|---------------|---------------|-----------|-----------|---------------|-----------|-----------|
21+
| [NetCDF-C] | [GDAL] | [JZarr] | [Zarr.js] | [Zarr.jl] | [Zarr-ml] | [Zarr-Python] | [Rarr] | [Rust-N5] |
22+
| | [Tensorstore] | [N5-Zarr] | [Zarr-js] | | | [Zarrita] | [Pizzarr] | [Zarr] |
23+
| | [Xtensor-Zarr] | [NetCDF-Java] | [Zarrita.js] | | | | | [Zarrs] |
24+
| | [Z5] | | | | | | | |
2525

2626
[NetCDF-C]: https://github.com/Unidata/netcdf-c
2727
[GDAL]: https://gdal.org/drivers/raster/zarr.html
@@ -42,6 +42,7 @@ Implementations are listed (in alphabetical order) as follows:<br><br>
4242
[Pizzarr]: https://keller-mark.github.io/pizzarr/
4343
[Zarrs]: https://github.com/LDeakin/zarrs
4444
[Zarrita.js]: https://github.com/manzt/zarrita.js
45+
[Zarr-ml]: https://github.com/zoj613/zarr-ml
4546

4647
<font size="4">
4748
→ Feel free to add any missing implementations by sending a PR to the website <a href="https://github.com/zarr-developers/zarr-developers.github.io/">repository</a>. 🤝🏻<br><br>

0 commit comments

Comments
 (0)