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/v2.0.0/mirage-crypto-2.0.0.tbz"
34 checksum: [
35 "sha256=5111764b9b21168eb8f517333463ead2dd16fb58227288783a284097974ff928"
36 "sha512=6aa8c666d29a47b7a64e8108f706e7ffcdf436d41f9fd8e3e72247019b13c9332fe518f84bb298e4f161586a5e3735199373ca7029897ea63d9eed0720e59599"
37 ]
38}
39x-commit-hash: "cadf0e1230cada9f108e63321b30af24642e2b74"