packages feed

zxcvbn-c-1.0.0: zxcvbn-c.cabal

Name: zxcvbn-c
Version: 1.0.0
Cabal-Version: >= 1.8
Maintainer: Joey Hess <id@joeyh.name>
Author: Joey Hess
Stability: Stable
Copyright: 2016 Joey Hess, 2015 Tony Evans
License: BSD3
License-File: COPYRIGHT
Build-Type: Custom
Category: System
Synopsis: Password strength estimation
Description:
 This is a Haskell binding to the C port of the zxcvbn
 password strength estimator, from https://github.com/tsyrogit/zxcvbn-c
 .
 An article on the reasons for zxcvbn is at
 https://tech.dropox.com/2012/04/zxcvbn-realistic-password-strength-estimation
Extra-Source-Files: words-female.txt zxcvbn.h dict-generate.cpp words-male.txt words-10k-pass.txt words-surname.txt makefile words-english.txt zxcvbn.c

Library
  Build-Depends: base (>= 4.5 && < 5.0)
  Exposed-Modules: Text.Password.Strength
  GHC-Options: -Wall -fno-warn-tabs
  C-Sources: zxcvbn.c zxcvbn.h
  Extensions: ForeignFunctionInterface
  Include-Dirs: .

source-repository head
  type: git
  location: git://git.joeyh.name/zxcvbn-c.git