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-parse version: 0.10.0 synopsis: A monadic parser combinator for a ASN.1 stream. description: A library providing a monadic parser combinator for use with a stream of Abstract Syntax Notation One (ASN.1) standard values. 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: parse library exposed-modules: Data.ASN1.Parse reexported-modules: Data.ASN1.Types hs-source-dirs: src other-extensions: LambdaCase ghc-options: -Wall build-depends: base >=4.13 && <5 , bytestring , crypton-asn1-types ==0.4.* default-language: Haskell98