this repo has no description
1opam-version: "2.0" 2synopsis: "Blake3 cryptography" 3maintainer: "Jun FURUSE <jun.furuse@dailambda.jp>" 4authors: [ 5 "Yoshihiro Imai <y.imai@proof-ninja.co.jp>" 6 "Jun Furuse <jun.furuse@dailambda.jp>" 7] 8license: "MIT" 9homepage: "https://github.com/camlspotter/ocaml-blake3" 10bug-reports: "https://github.com/camlspotter/ocaml-blake3/issues" 11depends: [ 12 "ocaml" {>= "4.09.1" & < "5.0"} 13 "dune" {>= "2.7"} 14 "conf-rust" {build} 15 "hacl-star" {>= "0.4.5"} 16] 17available: arch != "s390x" 18build: ["dune" "build" "-p" name "-j" jobs] 19dev-repo: "git+https://github.com/camlspotter/ocaml-blake3.git" 20url { 21 src: "https://github.com/camlspotter/ocaml-blake3/archive/0.3.tar.gz" 22 checksum: [ 23 "md5=1194343cdc7727ac60baf32f149e4cae" 24 "sha512=7b1d2334e689da364f2cb3fa47b9931f46e976faa6e6596812c280a9494004548e7c2762ed18f1b7ed9b2d0efc8f6f29d5dc8116a60cd764169120614c9d2f50" 25 ] 26}