Source: haskell-rsa
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
  , cdbs
  , haskell-devscripts (>= 0.9)
  , ghc
  , ghc-prof
  , libghc-crypto-api-dev (>> 0.10)
  , libghc-crypto-api-dev (<< 0.14)
  , libghc-crypto-api-prof
  , libghc-crypto-pubkey-types-dev (>= 0.2)
  , libghc-crypto-pubkey-types-dev (<< 0.6)
  , libghc-crypto-pubkey-types-prof
  , libghc-puremd5-dev (>= 2.1)
  , libghc-puremd5-dev (<< 2.3)
  , libghc-puremd5-prof
  , libghc-sha-dev (>= 1.6.4.1)
  , libghc-sha-dev (<< 2.0)
  , libghc-sha-prof
# for the test suite
#   , libghc-drbg-dev (>= 0.5.2)
#   , libghc-drbg-dev (<< 0.7)
#   , libghc-quickcheck2-dev (>= 2.5)
#   , libghc-tagged-dev (>= 0.2)
#   , libghc-tagged-dev (<< 0.9)
#   , libghc-test-framework-dev (>= 0.8.0.3)
#   , libghc-test-framework-dev (<< 0.10)
#   , libghc-test-framework-quickcheck2-dev (>= 0.3.0.2)
#   , libghc-test-framework-quickcheck2-dev (<< 0.5)
Build-Depends-Indep: ghc-doc
  , libghc-crypto-api-doc
  , libghc-crypto-pubkey-types-doc
  , libghc-puremd5-doc
  , libghc-sha-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/RSA
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-rsa
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-rsa

Package: libghc-rsa-dev
Architecture: any
Depends: ${haskell:Depends}
  , ${shlibs:Depends}
  , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: implementation of RSA, using the padding schemes of PKCS#1 v2.1.${haskell:ShortBlurb}
 This library implements the RSA encryption and signature algorithms for
 arbitrarily-sized ByteStrings. While the implementations work, they are not
 necessarily the fastest ones on the planet. Particularly key generation. The
 algorithms included are based of RFC 3447, or the Public-Key Cryptography
 Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
 .
 ${haskell:Blurb}

Package: libghc-rsa-prof
Architecture: any
Depends: ${haskell:Depends}
  , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: implementation of RSA, using padding schemes of PKCS#1${haskell:ShortBlurb}
 This library implements the RSA encryption and signature algorithms for
 arbitrarily-sized ByteStrings. While the implementations work, they are not
 necessarily the fastest ones on the planet. Particularly key generation. The
 algorithms included are based of RFC 3447, or the Public-Key Cryptography
 Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
 .
 ${haskell:Blurb}

Package: libghc-rsa-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: implementation of RSA, using padding schemes of PKCS#1 v2.1.${haskell:ShortBlurb}
 This library implements the RSA encryption and signature algorithms for
 arbitrarily-sized ByteStrings. While the implementations work, they are not
 necessarily the fastest ones on the planet. Particularly key generation. The
 algorithms included are based of RFC 3447, or the Public-Key Cryptography
 Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
 .
 ${haskell:Blurb}
