Skip to content

Commit

Permalink
Merge pull request ocaml#26462 from zoj613/opam-publish-zarr.0.1.0
Browse files Browse the repository at this point in the history
Package zarr v0.1.0
  • Loading branch information
avsm authored Sep 7, 2024
2 parents d06a575 + 8cf3340 commit 6fe6a74
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/zarr-eio/zarr-eio.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Eio-aware API for Zarr"
maintainer: ["Zolisa Bleki"]
authors: ["Zolisa Bleki"]
license: "BSD-3-Clause"
homepage: "https://github.com/zoj613/zarr-ml"
doc: "https://zoj613.github.io/zarr-ml"
bug-reports: "https://github.com/zoj613/zarr-ml/issues"
depends: [
"dune" {>= "3.15"}
"ocaml" {>= "5.1.0"}
"zarr" {= version}
"eio_main" {>= "1.0"}
"odoc" {with-doc}
"ounit2" {with-test}
"ppx_deriving" {with-test}
"bisect_ppx" {dev & >= "2.5.0" & with-test}
]
available: arch != "arm32" & arch != "x86_32"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/zoj613/zarr-ml.git"
url {
src: "https://github.com/zoj613/zarr-ml/archive/refs/tags/v0.1.0.tar.gz"
checksum: [
"md5=df6bb0048a4479632c2867d5259c9b27"
"sha512=341b9db6910a90bb3663c36ae75afb84324c52980b7c6866809424f40cdcc4490eb1f606f5d2a3b1cc91e54671bb09cfc9feae3d9bb55474a66762658d26860c"
]
}
42 changes: 42 additions & 0 deletions packages/zarr-lwt/zarr-lwt.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Lwt-aware API for Zarr"
maintainer: ["Zolisa Bleki"]
authors: ["Zolisa Bleki"]
license: "BSD-3-Clause"
homepage: "https://github.com/zoj613/zarr-ml"
doc: "https://zoj613.github.io/zarr-ml"
bug-reports: "https://github.com/zoj613/zarr-ml/issues"
depends: [
"dune" {>= "3.15"}
"ocaml" {>= "4.14.0"}
"zarr" {= version}
"lwt" {>= "2.5.1"}
"odoc" {with-doc}
"ounit2" {with-test}
"ppx_deriving" {with-test}
"bisect_ppx" {dev & >= "2.5.0" & with-test}
]
available: arch != "arm32" & arch != "x86_32"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/zoj613/zarr-ml.git"
url {
src: "https://github.com/zoj613/zarr-ml/archive/refs/tags/v0.1.0.tar.gz"
checksum: [
"md5=df6bb0048a4479632c2867d5259c9b27"
"sha512=341b9db6910a90bb3663c36ae75afb84324c52980b7c6866809424f40cdcc4490eb1f606f5d2a3b1cc91e54671bb09cfc9feae3d9bb55474a66762658d26860c"
]
}
41 changes: 41 additions & 0 deletions packages/zarr-sync/zarr-sync.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Synchronous API for Zarr"
maintainer: ["Zolisa Bleki"]
authors: ["Zolisa Bleki"]
license: "BSD-3-Clause"
homepage: "https://github.com/zoj613/zarr-ml"
doc: "https://zoj613.github.io/zarr-ml"
bug-reports: "https://github.com/zoj613/zarr-ml/issues"
depends: [
"dune" {>= "3.15"}
"ocaml" {>= "4.14.0"}
"zarr" {= version}
"odoc" {with-doc}
"ounit2" {with-test}
"ppx_deriving" {with-test}
"bisect_ppx" {dev & >= "2.5.0" & with-test}
]
available: arch != "arm32" & arch != "x86_32"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/zoj613/zarr-ml.git"
url {
src: "https://github.com/zoj613/zarr-ml/archive/refs/tags/v0.1.0.tar.gz"
checksum: [
"md5=df6bb0048a4479632c2867d5259c9b27"
"sha512=341b9db6910a90bb3663c36ae75afb84324c52980b7c6866809424f40cdcc4490eb1f606f5d2a3b1cc91e54671bb09cfc9feae3d9bb55474a66762658d26860c"
]
}
49 changes: 49 additions & 0 deletions packages/zarr/zarr.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "An Ocaml implementation of the Zarr V3 specification"
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."""
maintainer: ["Zolisa Bleki"]
authors: ["Zolisa Bleki"]
license: "BSD-3-Clause"
tags: ["zarr" "chunked arrays" "zarr version 3"]
homepage: "https://github.com/zoj613/zarr-ml"
doc: "https://zoj613.github.io/zarr-ml"
bug-reports: "https://github.com/zoj613/zarr-ml/issues"
depends: [
"dune" {>= "3.15"}
"ocaml" {>= "4.14.0"}
"yojson" {>= "1.6.0"}
"ezgzip" {>= "0.2.0"}
"stdint" {>= "0.7.2"}
"checkseum" {>= "0.4.0"}
"odoc" {with-doc}
"ounit2" {with-test}
"ppx_deriving" {with-test}
"bisect_ppx" {dev & >= "2.5.0" & with-test}
]
available: arch != "arm32" & arch != "x86_32"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/zoj613/zarr-ml.git"
url {
src: "https://github.com/zoj613/zarr-ml/archive/refs/tags/v0.1.0.tar.gz"
checksum: [
"md5=df6bb0048a4479632c2867d5259c9b27"
"sha512=341b9db6910a90bb3663c36ae75afb84324c52980b7c6866809424f40cdcc4490eb1f606f5d2a3b1cc91e54671bb09cfc9feae3d9bb55474a66762658d26860c"
]
}

0 comments on commit 6fe6a74

Please sign in to comment.