File: bindings-nettle.cabal

package info (click to toggle)
haskell-bindings-nettle 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 148 kB
  • ctags: 1
  • sloc: haskell: 82; makefile: 3
file content (49 lines) | stat: -rw-r--r-- 1,797 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name:                bindings-nettle
version:             0.1.1
synopsis:            bindings to nettle crypto library
description:         partial bindings to nettle crypto library
homepage:            http://floss.scru.org/bindings-nettle
license:             GPL-3
license-file:        LICENSE
author:              Clint Adams
maintainer:          clint@debian.org
copyright:           2013 Clint Adams
category:            Bindings
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Bindings.Nettle.Cipher.AES
                 ,     Bindings.Nettle.Cipher.ArcFour
                 ,     Bindings.Nettle.Cipher.ArcTwo
                 ,     Bindings.Nettle.Cipher.Blowfish
                 ,     Bindings.Nettle.Cipher.Camellia
                 ,     Bindings.Nettle.Cipher.CAST128
                 ,     Bindings.Nettle.Cipher.DES
                 ,     Bindings.Nettle.Cipher.Salsa20
                 ,     Bindings.Nettle.Cipher.Serpent
                 ,     Bindings.Nettle.Cipher.Twofish
                 ,     Bindings.Nettle.Hash.SHA2
                 ,     Bindings.Nettle.Hash.SHA3
                 ,     Bindings.Nettle.PRNG.Yarrow
  build-depends:       base    > 4  && < 5
               ,       bindings-DSL
  pkgconfig-depends:   nettle
  build-tools:         hsc2hs
  default-language:    Haskell2010

test-suite cast5
  type: exitcode-stdio-1.0
  main-is: test/suite.hs
  build-depends:       base
               ,       bindings-nettle
               ,       bytestring
               ,       HUnit
               ,       QuickCheck
               ,       hspec
               ,       quickcheck-io
  default-language:    Haskell2010

source-repository head
  type:     git
  location: git://git.debian.org/users/clint/bindings-nettle.git