cabal-version: 1.22 -- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack name: crypton-asn1-encoding version: 0.9.7 synopsis: ASN.1 data (raw, BER or DER) readers and writers description: A library providing readers and writers of data following the Abstract Syntax Notation One (ASN.1) standard in raw form or in the high-level forms of Basic Encoding Rules (BER) and Distinguished Encoding Rules (DER). category: Data stability: experimental homepage: https://github.com/mpilgrem/crypton-asn1 bug-reports: https://github.com/mpilgrem/crypton-asn1/issues author: Vincent Hanquez maintainer: Mike Pilgrem , Kazu Yamamoto copyright: Vincent Hanquez license: BSD3 license-file: LICENSE build-type: Simple extra-doc-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/mpilgrem/crypton-asn1 subdir: encoding library exposed-modules: Data.ASN1.Error Data.ASN1.BinaryEncoding Data.ASN1.BinaryEncoding.Raw Data.ASN1.Encoding Data.ASN1.Object Data.ASN1.Prim other-modules: Data.ASN1.BinaryEncoding.Parse Data.ASN1.BinaryEncoding.Writer Data.ASN1.Get Data.ASN1.Internal Data.ASN1.Serialize reexported-modules: Data.ASN1.Stream hs-source-dirs: src other-extensions: CPP RankNTypes ViewPatterns ghc-options: -Wall build-depends: base >=4.13 && <5 , bytestring , crypton-asn1-types >=0.3.6 && <0.4 , hourglass >=0.2.6 default-language: Haskell2010 test-suite tests-asn1-encoding type: exitcode-stdio-1.0 main-is: Tests.hs other-modules: Data.ASN1.BinaryEncoding Data.ASN1.BinaryEncoding.Parse Data.ASN1.BinaryEncoding.Raw Data.ASN1.BinaryEncoding.Writer Data.ASN1.Encoding Data.ASN1.Error Data.ASN1.Get Data.ASN1.Internal Data.ASN1.Object Data.ASN1.Prim Data.ASN1.Serialize hs-source-dirs: tests src other-extensions: CPP RankNTypes ViewPatterns ghc-options: -Wall build-depends: base >=4.13 && <5 , bytestring , crypton-asn1-encoding , crypton-asn1-types >=0.3.6 && <0.4 , hourglass , mtl , tasty , tasty-quickcheck default-language: Haskell2010