forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#26462 from zoj613/opam-publish-zarr.0.1.0
Package zarr v0.1.0
- Loading branch information
Showing
4 changed files
with
174 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |