this repo has no description
1opam-version: "2.0" 2homepage: "https://github.com/mirage/mirage-crypto" 3dev-repo: "git+https://github.com/mirage/mirage-crypto.git" 4bug-reports: "https://github.com/mirage/mirage-crypto/issues" 5doc: "https://mirage.github.io/mirage-crypto/doc" 6authors: ["Romain Calascibetta <romain.calascibetta@gmail.com>" ] 7maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 8license: "ISC" 9synopsis: "Feed the entropy source in an miou.unix-friendly way" 10 11build: [ ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs ] 13 ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] 14 15depends: [ 16 "ocaml" {>= "5.0.0"} 17 "dune" {>= "2.7"} 18 "miou" {>= "0.2.0"} 19 "logs" 20 "mirage-crypto-rng" {=version} 21 "duration" 22 "mtime" {>= "1.0.0"} 23 "digestif" {>= "1.2.0"} 24 "ohex" {with-test & >= "0.2.0"} 25] 26description: """ 27Mirage-crypto-rng-miou-unix feeds the entropy source for Mirage_crypto_rng-based 28random number generator implementations, in an miou.unix-friendly way. 29""" 30x-maintenance-intent: [ "(latest)" ] 31url { 32 src: 33 "https://github.com/mirage/mirage-crypto/releases/download/v1.2.0/mirage-crypto-1.2.0.tbz" 34 checksum: [ 35 "sha256=09542bcd96c1d368ff9ba8853105f4c1781d8c94c2400df9f3ac0610ee07e67e" 36 "sha512=1b31c9df0ce774c87a36f714db4ea1f295bc1e2e317d30497523ec03564cace0f64ac4c535aa83c82792aa3331a92efe774e4c3300a6ffe09110ce0efc2ce24b" 37 ] 38} 39x-commit-hash: "fe7bad77d4d73c355f9a84c097ed5d15548207f5"