Skip to content

Commit

Permalink
[ci skip] add description to opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Mar 11, 2020
1 parent e740bdf commit 671d2ad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mirage-crypto-entropy.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ available: [
]
synopsis: "Entropy source for MirageOS unikernels"
description: """
mirage-crypto-entropy implements various entropy sources for MirageOS unikernels:
Mirage-crypto-entropy implements various entropy sources for MirageOS unikernels:
- timer based ones (see [whirlwind RNG paper](https://www.ieee-security.org/TC/SP2014/papers/Not-So-RandomNumbersinVirtualizedLinuxandtheWhirlwindRNG.pdf))
- rdseed and rdrand (x86/x86-64 only)
"""
3 changes: 3 additions & 0 deletions mirage-crypto-pk.opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ depends: [
("mirage-no-xen" | "zarith-xen")
("mirage-no-solo5" | "zarith-freestanding")
]
description: """
Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH).
"""
5 changes: 5 additions & 0 deletions mirage-crypto-rng.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ depends: [
"randomconv" {with-test & >= "0.1.3"}
"ounit" {with-test}
]
description: """
Mirage-crypto-rng provides a random number generator interface, and
implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix
sublibrary)
"""
4 changes: 4 additions & 0 deletions mirage-crypto.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ conflicts: [
"mirage-xen" {< "3.1.0"}
"ocaml-freestanding" {< "0.4.1"}
]
description: """
Mirage-crypto provides symmetric ciphers (DES, AES, RC4), and hashes (MD5,
SHA-1, SHA-2).
"""

0 comments on commit 671d2ad

Please sign in to comment.