this repo has no description
1opam-version: "2.0"
2maintainer: "Nathan Rebours <nathan@cryptosense.com>"
3authors: "Nathan Rebours <nathan@cryptosense.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 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
11 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
12 {with-test}
13 ["ocaml" "pkg/pkg.ml" "test"] {with-test}
14]
15depends: [
16 "ocaml" {>= "4.02.0"}
17 "ocamlbuild" {build}
18 "ocamlfind" {build}
19 "ounit" {with-test}
20 "ppx_deriving" {>= "4.0" & < "5.0"}
21 "topkg" {build}
22]
23tags: ["org:cryptosense"]
24synopsis: "Bindings for the zxcvbn password strength estimation library"
25description:
26 "This library provides functions to estimate the strength of a password."
27url {
28 src:
29 "https://github.com/cryptosense/ocaml-zxcvbn/releases/download/v2.0%2B2/zxcvbn-2.0.2.tbz"
30 checksum: [
31 "sha256=0fefde1005e86182789cb7da7103f333bb59f6698c94b78c7de4b6dfd9ca7aca"
32 "md5=606b558b31497730001857c811cea607"
33 ]
34}