packages feed

crypton-asn1-encoding-0.10.0: crypton-asn1-encoding.cabal

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.10.0
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 <vincent@snarc.org>
maintainer:     Mike Pilgrem <public@pilgrem.com>,
                Kazu Yamamoto <kazu@iij.ad.jp>
copyright:      Vincent Hanquez <vincent@snarc.org>
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.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
    , Data.ASN1.Types
  hs-source-dirs:
      src
  other-extensions:
      CPP
      RankNTypes
      ViewPatterns
  ghc-options: -Wall
  build-depends:
      base >=4.13 && <5
    , bytestring
    , crypton-asn1-types ==0.4.*
    , time-hourglass <0.4
  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.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.4.*
    , tasty
    , tasty-quickcheck
    , time-hourglass <0.4
  default-language: Haskell2010