this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26462 from zoj613/opam-publish-zarr.0.1.0

Package zarr v0.1.0

authored by

Anil Madhavapeddy and committed by
GitHub
6fe6a740 d06a5758

+174
+42
packages/zarr-eio/zarr-eio.0.1.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Eio-aware API for Zarr" 4 + maintainer: ["Zolisa Bleki"] 5 + authors: ["Zolisa Bleki"] 6 + license: "BSD-3-Clause" 7 + homepage: "https://github.com/zoj613/zarr-ml" 8 + doc: "https://zoj613.github.io/zarr-ml" 9 + bug-reports: "https://github.com/zoj613/zarr-ml/issues" 10 + depends: [ 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 + ] 20 + available: arch != "arm32" & arch != "x86_32" 21 + build: [ 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 + ] 35 + dev-repo: "git+https://github.com/zoj613/zarr-ml.git" 36 + url { 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 + }
+42
packages/zarr-lwt/zarr-lwt.0.1.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Lwt-aware API for Zarr" 4 + maintainer: ["Zolisa Bleki"] 5 + authors: ["Zolisa Bleki"] 6 + license: "BSD-3-Clause" 7 + homepage: "https://github.com/zoj613/zarr-ml" 8 + doc: "https://zoj613.github.io/zarr-ml" 9 + bug-reports: "https://github.com/zoj613/zarr-ml/issues" 10 + depends: [ 11 + "dune" {>= "3.15"} 12 + "ocaml" {>= "4.14.0"} 13 + "zarr" {= version} 14 + "lwt" {>= "2.5.1"} 15 + "odoc" {with-doc} 16 + "ounit2" {with-test} 17 + "ppx_deriving" {with-test} 18 + "bisect_ppx" {dev & >= "2.5.0" & with-test} 19 + ] 20 + available: arch != "arm32" & arch != "x86_32" 21 + build: [ 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 + ] 35 + dev-repo: "git+https://github.com/zoj613/zarr-ml.git" 36 + url { 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 + }
+41
packages/zarr-sync/zarr-sync.0.1.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Synchronous API for Zarr" 4 + maintainer: ["Zolisa Bleki"] 5 + authors: ["Zolisa Bleki"] 6 + license: "BSD-3-Clause" 7 + homepage: "https://github.com/zoj613/zarr-ml" 8 + doc: "https://zoj613.github.io/zarr-ml" 9 + bug-reports: "https://github.com/zoj613/zarr-ml/issues" 10 + depends: [ 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 + ] 19 + available: arch != "arm32" & arch != "x86_32" 20 + build: [ 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 + ] 34 + dev-repo: "git+https://github.com/zoj613/zarr-ml.git" 35 + url { 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 + }
+49
packages/zarr/zarr.0.1.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "An Ocaml implementation of the Zarr V3 specification" 4 + description: """ 5 + The Zarr library provides an OCaml implementation of the Zarr version 3 6 + storage format specification for chunked & compressed multi-dimensional 7 + arrays, designed for use in parallel computing.""" 8 + maintainer: ["Zolisa Bleki"] 9 + authors: ["Zolisa Bleki"] 10 + license: "BSD-3-Clause" 11 + tags: ["zarr" "chunked arrays" "zarr version 3"] 12 + homepage: "https://github.com/zoj613/zarr-ml" 13 + doc: "https://zoj613.github.io/zarr-ml" 14 + bug-reports: "https://github.com/zoj613/zarr-ml/issues" 15 + depends: [ 16 + "dune" {>= "3.15"} 17 + "ocaml" {>= "4.14.0"} 18 + "yojson" {>= "1.6.0"} 19 + "ezgzip" {>= "0.2.0"} 20 + "stdint" {>= "0.7.2"} 21 + "checkseum" {>= "0.4.0"} 22 + "odoc" {with-doc} 23 + "ounit2" {with-test} 24 + "ppx_deriving" {with-test} 25 + "bisect_ppx" {dev & >= "2.5.0" & with-test} 26 + ] 27 + available: arch != "arm32" & arch != "x86_32" 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + [ 31 + "dune" 32 + "build" 33 + "-p" 34 + name 35 + "-j" 36 + jobs 37 + "@install" 38 + "@runtest" {with-test} 39 + "@doc" {with-doc} 40 + ] 41 + ] 42 + dev-repo: "git+https://github.com/zoj613/zarr-ml.git" 43 + url { 44 + src: "https://github.com/zoj613/zarr-ml/archive/refs/tags/v0.1.0.tar.gz" 45 + checksum: [ 46 + "md5=df6bb0048a4479632c2867d5259c9b27" 47 + "sha512=341b9db6910a90bb3663c36ae75afb84324c52980b7c6866809424f40cdcc4490eb1f606f5d2a3b1cc91e54671bb09cfc9feae3d9bb55474a66762658d26860c" 48 + ] 49 + }