opam-version: "2.0" homepage: "https://github.com/mirage/mirage-crypto" dev-repo: "git+https://github.com/mirage/mirage-crypto.git" bug-reports: "https://github.com/mirage/mirage-crypto/issues" doc: "https://mirage.github.io/mirage-crypto/doc" authors: ["David Kaloper " "Hannes Mehnert " ] maintainer: "Hannes Mehnert " license: "ISC" synopsis: "Feed the entropy source in an Async-friendly way" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs ] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.7"} "dune-configurator" {>= "2.0.0"} "async" {>= "v0.14"} "logs" "mirage-crypto" {=version} "mirage-crypto-rng" {=version} ] available: os != "win32" description: """ Mirage-crypto-rng-async feeds the entropy source for Mirage_crypto_rng-based random number genreator implementations, in an Async-friendly way. """ url { src: "https://github.com/mirage/mirage-crypto/releases/download/v0.11.1/mirage-crypto-0.11.1.tbz" checksum: [ "sha256=0cda147b20a92bf70c5c9eb7f55c675d03abc76bbd4b1f0dd9cf7fc38016d29c" "sha512=36e184c950f8ac51283cbcc2ccea84240c9369c3a5b36d8d0253d45a53b979ca97bd779450c79510205a9d257cc5916c42ab217111b4cad62758292648c79bc3" ] } x-commit-hash: "b9033a26b4ebc950d36a7fca7c7669fd344e8e04"