Skip to content

Commit

Permalink
add maintenance intent
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Dec 17, 2024
1 parent 45095b8 commit 9cdc452
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions mirage-crypto-ec.opam
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ build: [
]
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
tags: ["org:mirage"]
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions mirage-crypto-pk.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ conflicts: [
description: """
Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH).
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions mirage-crypto-rng-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ Mirage-crypto-rng-async feeds the entropy source for Mirage_crypto_rng-based
random number generator implementations, in an Async-friendly way.
"""

x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions mirage-crypto-rng-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ description: """
Mirage-crypto-rng-eio feeds the entropy source for Mirage_crypto_rng-based
random number generator implementations, in an eio-friendly way.
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions mirage-crypto-rng-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ depends: [
description: """
Mirage-crypto-rng-lwt provides entropy collection code for the RNG using Lwt.
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions mirage-crypto-rng-miou-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ description: """
Mirage-crypto-rng-miou-unix feeds the entropy source for Mirage_crypto_rng-based
random number generator implementations, in an miou.unix-friendly way.
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions mirage-crypto-rng-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ depends: [
description: """
Mirage-crypto-rng-mirage provides entropy collection code for the RNG.
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions mirage-crypto-rng.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Mirage-crypto-rng provides a random number generator interface, and
implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix
sublibrary)
"""
x-maintenance-intent: [ "(latest)" ]
1 change: 1 addition & 0 deletions mirage-crypto.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ conflicts: [
description: """
Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305).
"""
x-maintenance-intent: [ "(latest)" ]

0 comments on commit 9cdc452

Please sign in to comment.