Source: haskell-openpgp Priority: extra Section: haskell Maintainer: Stephen Paul Weber 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 , PHP , and 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 or . It is intended that you use qualified imports with this library. . > import qualified Data.OpenPGP as OpenPGP . Author: Stephen Paul Weber Upstream-Maintainer: Stephen Paul Weber . 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 , PHP , and 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 or . It is intended that you use qualified imports with this library. . > import qualified Data.OpenPGP as OpenPGP . Author: Stephen Paul Weber Upstream-Maintainer: Stephen Paul Weber . 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 , PHP , and 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 or . It is intended that you use qualified imports with this library. . > import qualified Data.OpenPGP as OpenPGP . Author: Stephen Paul Weber Upstream-Maintainer: Stephen Paul Weber . This package contains the documentation files.