this repo has no description

Merge pull request #22010 from ocaml/mseri-patch-1

hkdf 1.0.0: setup.ml uses String.lowercase

Kate dc927e11 c88195bf

Changed files
+1 -1
packages
hkdf
hkdf.1.0.0
+1 -1
packages/hkdf/hkdf.1.0.0/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "hkdf"]
depends: [
-
"ocaml" {>= "4.01.0"}
"ocamlfind"
"cstruct" {>= "1.6.0"}
"nocrypto" {>= "0.5.0"}
···
install: [make "install"]
remove: ["ocamlfind" "remove" "hkdf"]
depends: [
+
"ocaml" {>= "4.01.0" & < "5.0.0"}
"ocamlfind"
"cstruct" {>= "1.6.0"}
"nocrypto" {>= "0.5.0"}