Merge pull request #22010 from ocaml/mseri-patch-1
hkdf 1.0.0: setup.ml uses String.lowercase
Kate 3 years ago dc927e11 c88195bf
··· 14 14 install: [make "install"] 15 15 remove: ["ocamlfind" "remove" "hkdf"] 16 16 depends: [ 17 17 - "ocaml" {>= "4.01.0"} 17 17 + "ocaml" {>= "4.01.0" & < "5.0.0"} 18 18 "ocamlfind" 19 19 "cstruct" {>= "1.6.0"} 20 20 "nocrypto" {>= "0.5.0"}