File: crypto-random-api.cabal

package info (click to toggle)
haskell-crypto-random-api 0.2.0-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 60 kB
  • sloc: haskell: 69; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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