Name: language-asn1 Version: 0.5 Cabal-Version: >= 1.2.3 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: LICENSE Author: Dmitry Astapov Maintainer: Dmitry Astapov Stability: experimental Homepage: http://patch-tag.com/r/adept/language-asn1 Synopsis: Parsing of ASN1 definitions Description: Language.ASN1 is a haskell library for the analysis of ASN.1 code. It features an almost-complete, somewhat tested parser for large subset of X.680-0207 -- X.683-0207 standards Category: Language Tested-With: GHC==6.10.4, GHC==6.12.1 Extra-Source-Files: LICENSE README TestASN1Parser.hs samples/LDAP_simplified.asn1 samples/rfc3280-PKIX1Explicit88.asn1 samples/rfc3280-PKIX1Implicit88.asn1 samples/rfc3525-MEDIA-GATEWAY-CONTROL.asn1 samples/rfc4511-Lightweight-Directory-Access-Protocol-V3.asn1 Flag splitBase Description: Choose the new smaller, split-up base package. flag test Description: Build testsuite and code coverage tests Default: False Library if flag(splitBase) Build-Depends: base >= 3 && < 5, parsec >= 3.0.0, syb else Build-Depends: base >= 2 && < 3 if impl(ghc >= 6.10) build-depends: base >= 4 Extensions: DeriveDataTypeable Hs-Source-Dirs: . Exposed-Modules: Language.ASN1.Parser Executable LanguageASN1Testsuite Hs-Source-Dirs: . Main-Is: Testsuite.hs if flag(test) GHC-Options: -fhpc Build-Depends: base >=3 && <=5, HUnit, test-framework, test-framework-hunit, parsec >= 3.0.0, syb else Buildable: False Executable TestASN1Parser Hs-Source-Dirs: . Main-Is: TestASN1Parser.hs if flag(test) GHC-Options: -fhpc Build-Depends: base >=3 && <=5, parsec >= 3.0.0, syb else Buildable: False