We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb112f1 commit b4b638eCopy full SHA for b4b638e
pbkdf.opam
@@ -14,7 +14,6 @@ doc: "https://abeaumont.github.io/ocaml-pbkdf/"
14
depends: [
15
"ocaml" {>= "4.07.0"}
16
"dune" {>= "1.8.0"}
17
- "cstruct" {>= "6.0.0"}
18
"mirage-crypto"
19
"alcotest" {with-test & >= "0.8.1"}
20
"ohex" {with-test}
src/dune
@@ -1,4 +1,4 @@
1
(library
2
(name pbkdf)
3
(public_name pbkdf)
4
- (libraries cstruct digestif mirage-crypto))
+ (libraries digestif mirage-crypto))
0 commit comments