Skip to content

Commit

Permalink
Merge pull request #10 from cryptosense/documentation_improvements
Browse files Browse the repository at this point in the history
Change maintainer, restrict to ocaml 4.04+ and update documentation links
  • Loading branch information
bbc2 authored May 21, 2019
2 parents d6aa5af + 8c21092 commit af90d72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
6 changes: 3 additions & 3 deletions zxcvbn.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
maintainer: "Nathan Rebours <nathan@cryptosense.com>"
authors: "Nathan Rebours <nathan@cryptosense.com>"
maintainer: "Cryptosense <opensource@cryptosense.com>"
authors: "Nathan Rebours <nathan.p.rebours@gmail.com>"
homepage: "https://github.com/cryptosense/ocaml-zxcvbn"
bug-reports: "https://github.com/cryptosense/ocaml-zxcvbn/issues"
license: "BSD-2"
Expand All @@ -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"}
]
Expand Down

0 comments on commit af90d72

Please sign in to comment.