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.3%2B1/zxcvbn-2.3.1.tbz" 30 checksum: [ 31 "sha256=5c41bb414f2236943137309d0df0e3910eaa8990c0205f16b0d051fcbe07d393" 32 "md5=d2854047fcf6bba253efb812ff5adeae" 33 ] 34}