pem-0.1.0: pem.cabal
Name: pem
Version: 0.1.0
Description: Privacy Enhanced Mail (PEM) format reader and writer.
License: BSD3
License-file: LICENSE
Copyright: Vincent Hanquez <vincent@snarc.org>
Author: Vincent Hanquez <vincent@snarc.org>
Maintainer: Vincent Hanquez <vincent@snarc.org>
Synopsis: Privacy Enhanced Mail (PEM) format reader and writer.
Build-Type: Simple
Category: Data
stability: experimental
Cabal-Version: >=1.8
Homepage: http://github.com/vincenthz/hs-pem
data-files: README.md
Library
Build-Depends: base >= 3 && < 5
, mtl
, bytestring
, attoparsec
, cereal
, base64-bytestring
Exposed-modules: Data.PEM
Other-modules: Data.PEM.Parser
Data.PEM.Writer
Data.PEM.Types
ghc-options: -Wall
Test-Suite test-pem
type: exitcode-stdio-1.0
hs-source-dirs: Tests
main-is: pem.hs
build-depends: base
, bytestring
, test-framework >= 0.3.3 && < 0.6
, test-framework-quickcheck2 >= 0.2.9 && < 0.3
, QuickCheck >= 2.4.0.1
, pem
source-repository head
type: git
location: git://github.com/vincenthz/hs-pem