Skip to content

Commit b4b638e

Browse files
hannesmabeaumont
authored andcommitted
remove cstruct from opam and dune
1 parent eb112f1 commit b4b638e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pbkdf.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ doc: "https://abeaumont.github.io/ocaml-pbkdf/"
1414
depends: [
1515
"ocaml" {>= "4.07.0"}
1616
"dune" {>= "1.8.0"}
17-
"cstruct" {>= "6.0.0"}
1817
"mirage-crypto"
1918
"alcotest" {with-test & >= "0.8.1"}
2019
"ohex" {with-test}

src/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(library
22
(name pbkdf)
33
(public_name pbkdf)
4-
(libraries cstruct digestif mirage-crypto))
4+
(libraries digestif mirage-crypto))

0 commit comments

Comments
 (0)