This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,32 @@
|
|||
version: "2.0.2"
|
||||
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 <dk505@cam.ac.uk>" "Hannes Mehnert <hannes@mehnert.org>" ]
|
||||
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
|
||||
license: "BSD-2-Clause"
|
||||
synopsis: "Entropy collection for a cryptographically secure PRNG"
|
||||
|
||||
build: [ ["dune" "subst"] {dev}
|
||||
["dune" "build" "-p" name "-j" jobs ]
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test} ]
|
||||
|
||||
depends: [
|
||||
"ocaml" {>= "4.13.0"}
|
||||
"dune" {>= "2.7"}
|
||||
"mirage-crypto-rng" {=version}
|
||||
"duration"
|
||||
"logs"
|
||||
"lwt" {>= "4.0.0"}
|
||||
"mirage-runtime" {>= "3.8.0"}
|
||||
"mirage-sleep" {>= "4.0.0"}
|
||||
"mirage-mtime" {>= "4.0.0"}
|
||||
"mirage-unix" {with-test & >= "5.0.0"}
|
||||
"ohex" {with-test & >= "0.2.0"}
|
||||
]
|
||||
description: """
|
||||
Mirage-crypto-rng-mirage provides entropy collection code for the RNG.
|
||||
"""
|
||||
x-maintenance-intent: [ "(latest)" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue