packages feed

crypto-random-api-0.2.0: crypto-random-api.cabal

Name:                crypto-random-api
Version:             0.2.0
Description:         Simple random generators API for cryptography related code
License:             BSD3
License-file:        LICENSE
Copyright:           Vincent Hanquez <vincent@snarc.org>
Author:              Vincent Hanquez <vincent@snarc.org>
Maintainer:          Vincent Hanquez <vincent@snarc.org>
Synopsis:            Simple random generators API for cryptography related code
Category:            Cryptography
Build-Type:          Simple
Homepage:            http://github.com/vincenthz/hs-crypto-random-api
Cabal-Version:       >=1.6

Library
  Exposed-modules:   Crypto.Random.API
  Build-depends:     base >= 4 && < 5
                   , bytestring
                   , entropy

source-repository head
  type:     git
  location: git://github.com/vincenthz/hs-crypto-random-api