this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Synchronous API for Zarr"
4maintainer: ["Zolisa Bleki"]
5authors: ["Zolisa Bleki"]
6license: "BSD-3-Clause"
7homepage: "https://github.com/zoj613/zarr-ml"
8doc: "https://zoj613.github.io/zarr-ml"
9bug-reports: "https://github.com/zoj613/zarr-ml/issues"
10depends: [
11 "dune" {>= "3.15"}
12 "ocaml" {>= "4.14.0"}
13 "zarr" {= version}
14 "odoc" {with-doc}
15 "ounit2" {with-test}
16 "ppx_deriving" {with-test}
17 "bisect_ppx" {dev & >= "2.5.0" & with-test}
18]
19available: arch != "arm32" & arch != "x86_32"
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/zoj613/zarr-ml.git"
35url {
36 src: "https://github.com/zoj613/zarr-ml/archive/refs/tags/v0.1.0.tar.gz"
37 checksum: [
38 "md5=df6bb0048a4479632c2867d5259c9b27"
39 "sha512=341b9db6910a90bb3663c36ae75afb84324c52980b7c6866809424f40cdcc4490eb1f606f5d2a3b1cc91e54671bb09cfc9feae3d9bb55474a66762658d26860c"
40 ]
41}