upstream: https://github.com/mirage/mirage-crypto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #70 from hannesm/adapt-to-runtime

mirage-crypto-rng-mirage: require mirage-runtime 3.8.0 to avoid broken installations, mirage-crypto-rng: conflict with mirage-runtime <3.8.0

authored by

Hannes Mehnert and committed by
GitHub
74bfd27f a67e3359

+2 -1
+1 -1
mirage-crypto-rng-mirage.opam
··· 18 18 "mirage-crypto-rng" {=version} 19 19 "duration" 20 20 "cstruct" {>= "4.0.0"} 21 - "mirage-runtime" {>= "3.7.0"} 21 + "mirage-runtime" {>= "3.8.0"} 22 22 "mirage-time" {>= "2.0.0"} 23 23 "mirage-clock" {>= "3.0.0"} 24 24 "mirage-unix" {with-test & >= "3.0.0"}
+1
mirage-crypto-rng.opam
··· 26 26 "mtime" 27 27 "lwt" {>= "4.0.0"} 28 28 ] 29 + conflicts: [ "mirage-runtime" {< "3.8.0"} ] 29 30 description: """ 30 31 Mirage-crypto-rng provides a random number generator interface, and 31 32 implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix