summaryrefslogtreecommitdiff
path: root/debian/control
blob: 679e3160c5c3e7fab3fea4d0ff4fedeb9dc470e6 (plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Source: haskell-openpgp
Priority: extra
Section: haskell
Maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
Build-Depends: debhelper (>= 7.0),
               haskell-devscripts (>= 0.8),
               cdbs,
               ghc,
               ghc-prof,
               libghc-binary-dev,
               libghc-binary-prof,
               libghc-bzlib-dev,
               libghc-bzlib-prof,
               libghc-utf8-string-dev,
               libghc-utf8-string-prof,
               libghc-zlib-dev,
               libghc-zlib-prof
Build-Depends-Indep: ghc-doc,
                     libghc-binary-doc,
                     libghc-bzlib-doc,
                     libghc-utf8-string-doc,
                     libghc-zlib-doc
Standards-Version: 3.9.1
Homepage: http://github.com/singpolyma/OpenPGP-Haskell

Package: libghc-openpgp-dev
Architecture: any
Depends: ${shlibs:Depends},
         ${haskell:Depends},
         ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Implementation of the OpenPGP message format
 This is an OpenPGP library inspired by my work on OpenPGP libraries in
 Ruby <https://github.com/singpolyma/openpgp>,
 PHP <http://github.com/singpolyma/openpgp-php>,
 and Python <https://github.com/singpolyma/OpenPGP-Python>.
 .
 It defines types to represent OpenPGP messages as a series of packets
 and then defines instances of Data.Binary for each to facilitate
 encoding/decoding.
 .
 For performing cryptography, see <http://hackage.haskell.org/openpgp-Crypto>
 .
 It is intended that you use qualified imports with this library.
 .
 > import qualified Data.OpenPGP as OpenPGP
 .
  Author: Stephen Paul Weber <singpolyma@singpolyma.net>
  Upstream-Maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
 .
 This package contains the normal library files.

Package: libghc-openpgp-prof
Architecture: any
Depends: ${haskell:Depends},
         ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Implementation of the OpenPGP message format
 This is an OpenPGP library inspired by my work on OpenPGP libraries in
 Ruby <https://github.com/singpolyma/openpgp>,
 PHP <http://github.com/singpolyma/openpgp-php>,
 and Python <https://github.com/singpolyma/OpenPGP-Python>.
 .
 It defines types to represent OpenPGP messages as a series of packets
 and then defines instances of Data.Binary for each to facilitate
 encoding/decoding.
 .
 For performing cryptography, see <http://hackage.haskell.org/openpgp-Crypto>
 .
 It is intended that you use qualified imports with this library.
 .
 > import qualified Data.OpenPGP as OpenPGP
 .
  Author: Stephen Paul Weber <singpolyma@singpolyma.net>
  Upstream-Maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-openpgp-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
         ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Implementation of the OpenPGP message format
 This is an OpenPGP library inspired by my work on OpenPGP libraries in
 Ruby <https://github.com/singpolyma/openpgp>,
 PHP <http://github.com/singpolyma/openpgp-php>,
 and Python <https://github.com/singpolyma/OpenPGP-Python>.
 .
 It defines types to represent OpenPGP messages as a series of packets
 and then defines instances of Data.Binary for each to facilitate
 encoding/decoding.
 .
 For performing cryptography, see <http://hackage.haskell.org/openpgp-Crypto>
 .
 It is intended that you use qualified imports with this library.
 .
 > import qualified Data.OpenPGP as OpenPGP
 .
  Author: Stephen Paul Weber <singpolyma@singpolyma.net>
  Upstream-Maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
 .
 This package contains the documentation files.