Skip to content

Commit

Permalink
mirage-crypto-ec, mirage-crypto-pk: add ohex with-test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jun 29, 2024
1 parent 28e9cc9 commit abfce06
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -37,6 +37,7 @@ depends: [
"ppx_deriving" {with-test}
"yojson" {with-test & >= "1.6.0"}
"asn1-combinators" {with-test & >= "0.3.1"}
"ohex" {with-test & >= "0.2.0"}
]
conflicts: [
"ocaml-freestanding"
Expand Down
1 change: 1 addition & 0 deletions mirage-crypto-pk.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"dune" {>= "2.7"}
"ounit2" {with-test}
"randomconv" {with-test & >= "0.2.0"}
"ohex" {with-test & >= "0.2.0"}
"mirage-crypto" {=version}
"mirage-crypto-rng" {=version}
"digestif" {>= "1.2.0"}
Expand Down

0 comments on commit abfce06

Please sign in to comment.