upstream: github.com/robur-coop/kdf
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update lock file

+4 -4
+4 -4
kdf.opam
··· 3 3 maintainer: ["Alfredo Beaumont <alfredo.beaumont@gmail.com>" "Hannes Mehnert <hannes@mehnert.org>"] 4 4 authors: ["Alfredo Beaumont <alfredo.beaumont@gmail.com>" "Sonia Meruelo <smeruelo@gmail.com>" "Hannes Mehnert <hannes@mehnert.org>"] 5 5 license: "BSD-2-Clause" 6 - homepage: "https://github.com/robur-coop/kdf" 7 - doc: "https://robur-coop.github.io/kdf/doc" 8 - bug-reports: "https://github.com/robur-coop/kdf/issues" 6 + homepage: "https://tangled.org/gazagnaire.org/kdf" 7 + doc: "https://tangled.org/gazagnaire.org/kdf" 8 + bug-reports: "https://tangled.org/gazagnaire.org/kdf/issues" 9 9 depends: [ 10 10 "ocaml" {>= "4.13.0"} 11 11 "dune" {>= "1.8.0"} ··· 19 19 ["dune" "build" "-p" name "-j" jobs] 20 20 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 21 21 ] 22 - dev-repo: "git+https://github.com/robur-coop/kdf.git" 22 + dev-repo: "git+https://tangled.org/gazagnaire.org/kdf.git" 23 23 synopsis: "Key Derivation Functions: HKDF RFC 5869, PBKDF RFC 2898, SCRYPT RFC 7914" 24 24 description: """ 25 25 A pure OCaml implementation of [scrypt](https://tools.ietf.org/html/rfc7914),