this repo has no description

scrypt-kdf < 1 needs upper bound on new pbkdf

Failure:
```
File "scrypt_kdf.ml", line 49, characters 20-22:
49 | let b = partition dk [] p in
^^
Error: This expression has type "string" but an expression was expected of type
"Cstruct.t"
```

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+5 -5
packages
scrypt-kdf
scrypt-kdf.0.1.0
scrypt-kdf.0.2.0
scrypt-kdf.0.3.0
scrypt-kdf.0.4.0
scrypt-kdf.1.0.0
+1 -1
packages/scrypt-kdf/scrypt-kdf.0.1.0/opam
···
"cstruct" {>= "1.7.0" & < "6.0.1"}
"cstruct" {with-test & < "3.2.0"}
"nocrypto" {>= "0.5.0"}
-
"pbkdf" {>= "0.1.0"}
"alcotest" {with-test}
"ocamlbuild" {build}
]
···
"cstruct" {>= "1.7.0" & < "6.0.1"}
"cstruct" {with-test & < "3.2.0"}
"nocrypto" {>= "0.5.0"}
+
"pbkdf" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
"ocamlbuild" {build}
]
+1 -1
packages/scrypt-kdf/scrypt-kdf.0.2.0/opam
···
"topkg" {build}
"cstruct" {>= "1.7.0" & < "6.0.1"}
"nocrypto" {>= "0.5.3"}
-
"pbkdf" {>= "0.1.0"}
"alcotest" {with-test}
]
synopsis: "The scrypt Password-Based Key Derivation Function in pure OCaml"
···
"topkg" {build}
"cstruct" {>= "1.7.0" & < "6.0.1"}
"nocrypto" {>= "0.5.3"}
+
"pbkdf" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]
synopsis: "The scrypt Password-Based Key Derivation Function in pure OCaml"
+1 -1
packages/scrypt-kdf/scrypt-kdf.0.3.0/opam
···
"topkg" {build}
"cstruct" {>= "1.7.0" & < "6.0.1"}
"nocrypto" {>= "0.5.3"}
-
"pbkdf" {>= "0.1.0"}
"alcotest" {with-test}
]
synopsis: "The scrypt Password-Based Key Derivation Function in pure OCaml"
···
"topkg" {build}
"cstruct" {>= "1.7.0" & < "6.0.1"}
"nocrypto" {>= "0.5.3"}
+
"pbkdf" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]
synopsis: "The scrypt Password-Based Key Derivation Function in pure OCaml"
+1 -1
packages/scrypt-kdf/scrypt-kdf.0.4.0/opam
···
"topkg" {build}
"cstruct" {>= "1.7.0" & < "6.0.1"}
"nocrypto" {>= "0.5.3"}
-
"pbkdf" {>= "0.1.0"}
"salsa20-core" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]
···
"topkg" {build}
"cstruct" {>= "1.7.0" & < "6.0.1"}
"nocrypto" {>= "0.5.3"}
+
"pbkdf" {>= "0.1.0" & < "2.0.0"}
"salsa20-core" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]
+1 -1
packages/scrypt-kdf/scrypt-kdf.1.0.0/opam
···
"dune" {>= "1.8"}
"cstruct" {>= "1.7.0"}
"nocrypto" {>= "0.5.3"}
-
"pbkdf" {>= "0.1.0"}
"salsa20-core" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]
···
"dune" {>= "1.8"}
"cstruct" {>= "1.7.0"}
"nocrypto" {>= "0.5.3"}
+
"pbkdf" {>= "0.1.0" & < "2.0.0"}
"salsa20-core" {>= "0.1.0" & < "2.0.0"}
"alcotest" {with-test}
]