Name: domain-auth Version: 0.2.0 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE Synopsis: Domain authentication library Description: Library for Sender Policy Framework, SenderID, DomainKeys and DKIM. Category: Network Cabal-Version: >= 1.6 Build-Type: Simple library if impl(ghc >= 6.12) GHC-Options: -Wall -fno-warn-unused-do-bind else GHC-Options: -Wall Exposed-Modules: Network.DomainAuth Network.DomainAuth.Mail Network.DomainAuth.DK Network.DomainAuth.DKIM Network.DomainAuth.SPF Network.DomainAuth.PRD Network.DomainAuth.Types Other-Modules: Network.DomainAuth.Utils Network.DomainAuth.Mail.Mail Network.DomainAuth.Mail.Parser Network.DomainAuth.Mail.Types Network.DomainAuth.Mail.XMail Network.DomainAuth.DK.Parser Network.DomainAuth.DK.Types Network.DomainAuth.DK.Verify Network.DomainAuth.DKIM.Btag Network.DomainAuth.DKIM.Parser Network.DomainAuth.DKIM.Types Network.DomainAuth.DKIM.Verify Network.DomainAuth.Pubkey.Base64 Network.DomainAuth.Pubkey.Der Network.DomainAuth.Pubkey.RSAPub Network.DomainAuth.PRD.Domain Network.DomainAuth.PRD.Lexer Network.DomainAuth.PRD.PRD Network.DomainAuth.SPF.Eval Network.DomainAuth.SPF.Parser Network.DomainAuth.SPF.Resolver Network.DomainAuth.SPF.Types Build-Depends: base >= 4 && < 5, appar, dns, iproute, network, bytestring, RSA, binary, containers, SHA, blaze-builder Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/domain-auth.git