this repo has no description
1opam-version: "2.0"
2maintainer: "Cryptosense <opensource@cryptosense.com>"
3authors: "Nathan Rebours <nathan.p.rebours@gmail.com>"
4homepage: "https://github.com/cryptosense/ocaml-zxcvbn"
5bug-reports: "https://github.com/cryptosense/ocaml-zxcvbn/issues"
6license: "BSD-2-Clause"
7dev-repo: "git+https://github.com/cryptosense/ocaml-zxcvbn.git"
8doc: "https://cryptosense.github.io/ocaml-zxcvbn/doc"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12run-test: [
13 ["dune" "runtest" "-p" name "-j" jobs]
14]
15depends: [
16 "dune" {>= "1.4.0"}
17 "ocaml" {>= "4.04.0"}
18 "ounit" {with-test}
19 "ppx_deriving" {>= "4.0" & < "5.0"}
20]
21tags: ["org:cryptosense"]
22synopsis: "Bindings for the zxcvbn password strength estimation library"
23description: """
24This library provides functions to estimate the strength of a password.
25"""
26url {
27 src:
28 "https://github.com/cryptosense/ocaml-zxcvbn/releases/download/v2.3%2B2/zxcvbn-v2.3.2.tbz"
29 checksum: [
30 "sha256=84f132caeb14b5a2385fc39c5d2f320326991074a084eeea9f6ea754a9f967ba"
31 "sha512=858768742086da04d79671452990e089cd7f24bdaa6b0f217389c30e7180ea3c7161f4aaaea8486a388210105a5d4e7451ebb6c8e8f6d0a334f2d151b5d0c6ee"
32 ]
33}