diff --git a/README.md b/README.md index 0215133..fa75d76 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ Bindings to [zxcvbn-c](https://github.com/tsyrogit/zxcvbn-c), the C implementation of dropbox [zxcvbn](https://github.com/dropbox/zxcvbn) password strength estimation library. + +## Documentation + +API documentation is available [here](https://cryptosense.github.io/ocaml-zxcvbn/doc/) diff --git a/zxcvbn.opam b/zxcvbn.opam index 7204dda..2ebd3d8 100644 --- a/zxcvbn.opam +++ b/zxcvbn.opam @@ -1,6 +1,6 @@ opam-version: "2.0" -maintainer: "Nathan Rebours " -authors: "Nathan Rebours " +maintainer: "Cryptosense " +authors: "Nathan Rebours " homepage: "https://github.com/cryptosense/ocaml-zxcvbn" bug-reports: "https://github.com/cryptosense/ocaml-zxcvbn/issues" license: "BSD-2" @@ -14,7 +14,7 @@ run-test: [ ] depends: [ "dune" {build & >= "1.4.0"} - "ocaml" {>= "4.02.0"} + "ocaml" {>= "4.04.0"} "ounit" {with-test} "ppx_deriving" {>= "4.0" & < "5.0"} ]