Name: nano-cryptr Version: 0.2.1 Synopsis: A threadsafe binding to glibc's crypt_r function License: BSD3 License-file: LICENSE Author: Carl Howells Maintainer: engineering@janrain.com, chowells79@gmail.com Copyright: Carl Howells, 2010 Homepage: https://github.com/janrain/nano-cryptr Category: System Build-type: Simple Cabal-version: >=1.8 Description: This package wraps @glibc@'s @crypt_r@ function in a thread-safe manner. Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3 Library Exposed-modules: System.Gnu.CryptR Build-depends: base == 4.*, bytestring >= 0.9.1 && < 0.11 ghc-options: -Wall Build-tools: hsc2hs cc-options: -D_GNU_SOURCE extra-libraries: crypt ------------------------------------------------------------------------------- Test-Suite unit-tests Hs-Source-Dirs: test Main-is: Test.hs Type: exitcode-stdio-1.0 Build-Depends: base , bytestring , nano-cryptr , HUnit , test-framework , test-framework-hunit , test-framework-quickcheck2 ------------------------------------------------------------------------------- Source-repository head type: git location: https://github.com/janrain/nano-cryptr.git