Skip to content

Commit

Permalink
record ohex deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Mar 18, 2024
1 parent 4db0804 commit 04ec779
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions mirage-crypto-rng-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ depends: [
"async" {>= "v0.14"}
"logs"
"mirage-crypto-rng" {=version}
"ohex" {with-test & >= "0.2.0"}
]
available: os != "win32"
description: """
Expand Down
1 change: 1 addition & 0 deletions mirage-crypto-rng-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ depends: [
"duration"
"mtime"
"eio_main" {with-test}
"ohex" {with-test & >= "0.2.0"}
]
description: """
Mirage-crypto-rng-eio feeds the entropy source for Mirage_crypto_rng-based
Expand Down
4 changes: 2 additions & 2 deletions tests/dune
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(name test_entropy_collection_async)
(modules test_entropy_collection_async)
(package mirage-crypto-rng-async)
(libraries mirage-crypto-rng-async))
(libraries mirage-crypto-rng-async ohex))

(test
(name test_entropy)
Expand Down Expand Up @@ -63,5 +63,5 @@
(tests
(names test_eio_rng test_eio_entropy_collection)
(modules test_eio_rng test_eio_entropy_collection)
(libraries mirage-crypto-rng-eio duration eio_main)
(libraries mirage-crypto-rng-eio duration eio_main ohex)
(package mirage-crypto-rng-eio))

0 comments on commit 04ec779

Please sign in to comment.