Name: openpgp-asciiarmor Version: 0.1.2 x-revision: 1 Synopsis: OpenPGP (RFC4880) ASCII Armor codec Description: OpenPGP (RFC4880) ASCII Armor codec Homepage: http://floss.scru.org/openpgp-asciiarmor License: MIT License-file: LICENSE Author: Clint Adams Maintainer: Clint Adams Copyright: 2012-2019 Clint Adams Category: Codec, Data Build-type: Simple Extra-source-files: tests/suite.hs , tests/data/msg1.asc , tests/data/msg1a.asc , tests/data/msg1b.asc , tests/data/msg1c.asc , tests/data/msg1.gpg , tests/data/msg2.asc , tests/data/msg2.pgp , tests/data/msg3 , tests/data/msg3.asc , tests/data/msg3.sig , tests/data/msg4 , tests/data/msg4.asc , tests/data/msg4.sig Cabal-version: >= 1.10 Library Exposed-modules: Codec.Encryption.OpenPGP.ASCIIArmor , Codec.Encryption.OpenPGP.ASCIIArmor.Decode , Codec.Encryption.OpenPGP.ASCIIArmor.Encode , Codec.Encryption.OpenPGP.ASCIIArmor.Types Other-Modules: Data.Digest.CRC24 , Codec.Encryption.OpenPGP.ASCIIArmor.Multipart , Codec.Encryption.OpenPGP.ASCIIArmor.Utils Ghc-options: -Wall Build-depends: attoparsec >=0.10 , base >= 4.7 && < 5 , base64-bytestring , binary >=0.6.4.0 , bytestring >=0.10 default-language: Haskell2010 Test-Suite tests type: exitcode-stdio-1.0 main-is: tests/suite.hs Ghc-options: -Wall Build-depends: attoparsec , base > 4 && < 5 , base64-bytestring , binary , bytestring , tasty , tasty-hunit default-language: Haskell2010 Benchmark benchmark type: exitcode-stdio-1.0 main-is: bench/mark.hs Ghc-options: -Wall Build-depends: openpgp-asciiarmor , base , bytestring , criterion default-language: Haskell2010 source-repository head type: git location: https://salsa.debian.org/clint/openpgp-asciiarmor.git source-repository this type: git location: https://salsa.debian.org/clint/openpgp-asciiarmor.git tag: openpgp-asciiarmor/v0.1.1