this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Eio-aware 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" {>= "5.1.0"} 13 "zarr" {= version} 14 "eio_main" {>= "1.0"} 15 "odoc" {with-doc} 16 "ounit2" {with-test} 17 "ppx_deriving" {with-test} 18 "bisect_ppx" {dev & >= "2.5.0" & with-test} 19] 20available: arch != "arm32" & arch != "x86_32" 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/zoj613/zarr-ml.git" 36url { 37 src: "https://github.com/zoj613/zarr-ml/archive/refs/tags/v0.1.0.tar.gz" 38 checksum: [ 39 "md5=df6bb0048a4479632c2867d5259c9b27" 40 "sha512=341b9db6910a90bb3663c36ae75afb84324c52980b7c6866809424f40cdcc4490eb1f606f5d2a3b1cc91e54671bb09cfc9feae3d9bb55474a66762658d26860c" 41 ] 42}