this repo has no description

Package blake3.0.3

Changed files
+26
packages
blake3
blake3.0.3
+26
packages/blake3/blake3.0.3/opam
···
+
opam-version: "2.0"
+
synopsis: "Blake3 cryptography"
+
maintainer: "Jun FURUSE <jun.furuse@dailambda.jp>"
+
authors: [
+
"Yoshihiro Imai <y.imai@proof-ninja.co.jp>"
+
"Jun Furuse <jun.furuse@dailambda.jp>"
+
]
+
license: "MIT"
+
homepage: "https://github.com/camlspotter/ocaml-blake3"
+
bug-reports: "https://github.com/camlspotter/ocaml-blake3/issues"
+
depends: [
+
"ocaml" {>= "4.09.1" & < "5.0"}
+
"dune" {>= "2.7"}
+
"conf-rust" {build}
+
"hacl-star" {>= "0.4.5"}
+
]
+
available: arch != "s390x"
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://github.com/camlspotter/ocaml-blake3.git"
+
url {
+
src: "https://github.com/camlspotter/ocaml-blake3/archive/0.3.tar.gz"
+
checksum: [
+
"md5=1194343cdc7727ac60baf32f149e4cae"
+
"sha512=7b1d2334e689da364f2cb3fa47b9931f46e976faa6e6596812c280a9494004548e7c2762ed18f1b7ed9b2d0efc8f6f29d5dc8116a60cd764169120614c9d2f50"
+
]
+
}